Html Css Color HEX #A22AB5 Dark Orchid

📋 copy color: '#A22AB5'

red 162 ◦ green 42 ◦ blue 181

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

Shades of Dark Orchid #A22AB5

Tints of Dark Orchid #A22AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.01%

R = 42.08%
G = 10.91%
B = 47.01%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A22AB5 (or 0xA22AB5) is known color: Dark Orchid. HEX triplet: A2, 2A and B5. RGB value is (162,42,181). Sum of RGB (Red+Green+Blue) = 162+42+181=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 181 - color contains mainly: blue. Hex color #A22AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22AB5 is #5DD54A. Grayscale: #5D5D5D. Windows color (decimal): -6149451 or 11872930. OLE color: 11872930.

HSL color Cylindrical-coordinate representation of color #A22AB5: hue angle of 291.8º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22AB5 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 42 181 -
CMYK 0.10 0.77 0 0.29
HSL 291.8º 0.62% 0.44% -
HSV(B) 291.8º 0.77% 0.71% -
XYZ 24.07 12.67 44.89 -
YUV 93.73 177.26 176.7 -
System Red Green Blue C M Y K H S L
Decimal 162 42 181 0.10 0.77 0 0.29 291.8 0.62 0.44
Hex A2 2A B5 A 4D 0 1D 124 3E 2C
Octal 242 52 265 12 115 0 35 444 76 54
Binary 10100010 101010 10110101 1010 1001101 0 11101 100100100 111110 101100

Color Harmonies of #A22AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22AB5

Black with #A22AB5

Text Example


Text Example

White with #A22AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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