Html Css Color HEX #A20366 Eggplant

📋 copy color: '#A20366'

red 162 ◦ green 3 ◦ blue 102

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

Shades of Eggplant #A20366

Tints of Eggplant #A20366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 102 (40.23% from 255) = 38.2%

R = 60.67%
G = 1.12%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A20366 (or 0xA20366) is known color: Eggplant. HEX triplet: A2, 03 and 66. RGB value is (162,3,102). Sum of RGB (Red+Green+Blue) = 162+3+102=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A20366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20366 is #5DFC99. Grayscale: #3D3D3D. Windows color (decimal): -6159514 or 6685602. OLE color: 6685602.

HSL color Cylindrical-coordinate representation of color #A20366: hue angle of 322.64º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20366 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 3 102 -
CMYK 0 0.98 0.37 0.36
HSL 322.64º 0.96% 0.32% -
HSV(B) 322.64º 0.98% 0.64% -
XYZ 17.33 8.71 13.34 -
YUV 61.83 150.68 199.45 -
System Red Green Blue C M Y K H S L
Decimal 162 3 102 0 0.98 0.37 0.36 322.64 0.96 0.32
Hex A2 3 66 0 62 25 24 143 60 20
Octal 242 3 146 0 142 45 44 503 140 40
Binary 10100010 11 1100110 0 1100010 100101 100100 101000011 1100000 100000

Color Harmonies of #A20366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20366

Black with #A20366

Text Example


Text Example

White with #A20366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20366; }

 p { color: rgb(162,3,102); }

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

background-color css

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

 a { background-color: rgb(162,3,102); }

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

border-color css

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

 span { border-color: rgb(162,3,102); }

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