Html Css Color HEX #A22AB2 Dark Orchid

📋 copy color: '#A22AB2'

red 162 ◦ green 42 ◦ blue 178

#A22AB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A22AB2

Tints of Dark Orchid #A22AB2

RGB

 RED value IS 162 (63.67% from 255) = 42.41%

 GREEN value IS 42 (16.8% from 255) = 10.99%

 BLUE value IS 178 (69.92% from 255) = 46.6%

R = 42.41%
G = 10.99%
B = 46.6%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A22AB2 (or 0xA22AB2) is known color: Dark Orchid. HEX triplet: A2, 2A and B2. RGB value is (162,42,178). Sum of RGB (Red+Green+Blue) = 162+42+178=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 178 - color contains mainly: blue. Hex color #A22AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22AB2 is #5DD54D. Grayscale: #5C5C5C. Windows color (decimal): -6149454 or 11676322. OLE color: 11676322.

HSL color Cylindrical-coordinate representation of color #A22AB2: hue angle of 292.94º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A22AB2 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 42 178 -
CMYK 0.09 0.76 0 0.30
HSL 292.94º 0.62% 0.43% -
HSV(B) 292.94º 0.76% 0.7% -
XYZ 23.76 12.55 43.29 -
YUV 93.38 175.76 176.94 -
System Red Green Blue C M Y K H S L
Decimal 162 42 178 0.09 0.76 0 0.30 292.94 0.62 0.43
Hex A2 2A B2 9 4C 0 1E 125 3E 2B
Octal 242 52 262 11 114 0 36 445 76 53
Binary 10100010 101010 10110010 1001 1001100 0 11110 100100101 111110 101011

Color Harmonies of #A22AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22AB2

Black with #A22AB2

Text Example


Text Example

White with #A22AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22AB2; }

 p { color: rgb(162,42,178); }

 H1.HeaderClassName
 {
   color: #A22AB2;
 }
 .AnyTagClassName
 {
   color: #A22AB2;
 }
</style>

background-color css

<style>
 a { background-color: #A22AB2; }

 a { background-color: rgb(162,42,178); }

 div.DivClassName
 {
   background-color: #A22AB2;
 }
 .BgClassName
 {
   background-color: #A22AB2;
 }
</style>

border-color css

<style>
 span { border-color: #A22AB2; }

 span { border-color: rgb(162,42,178); }

 td.TdClassName
 {
   border-color: #A22AB2;
 }
 .TagClassName
 {
   border-color: #A22AB2;
 }
</style>