Html Css Color HEX #A22AAB Dark Orchid

📋 copy color: '#A22AAB'

red 162 ◦ green 42 ◦ blue 171

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

Shades of Dark Orchid #A22AAB

Tints of Dark Orchid #A22AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 43.2%
G = 11.2%
B = 45.6%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A22AAB (or 0xA22AAB) is known color: Dark Orchid. HEX triplet: A2, 2A and AB. RGB value is (162,42,171). Sum of RGB (Red+Green+Blue) = 162+42+171=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #A22AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22AAB is #5DD554. Grayscale: #5C5C5C. Windows color (decimal): -6149461 or 11217570. OLE color: 11217570.

HSL color Cylindrical-coordinate representation of color #A22AAB: hue angle of 295.81º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22AAB is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 42 171 -
CMYK 0.05 0.75 0 0.33
HSL 295.81º 0.61% 0.42% -
HSV(B) 295.81º 0.75% 0.67% -
XYZ 23.08 12.28 39.68 -
YUV 92.59 172.26 177.51 -
System Red Green Blue C M Y K H S L
Decimal 162 42 171 0.05 0.75 0 0.33 295.81 0.61 0.42
Hex A2 2A AB 5 4B 0 21 128 3D 2A
Octal 242 52 253 5 113 0 41 450 75 52
Binary 10100010 101010 10101011 101 1001011 0 100001 100101000 111101 101010

Color Harmonies of #A22AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22AAB

Black with #A22AAB

Text Example


Text Example

White with #A22AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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