Html Css Color HEX #A20868 Eggplant

📋 copy color: '#A20868'

red 162 ◦ green 8 ◦ blue 104

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

Shades of Eggplant #A20868

Tints of Eggplant #A20868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.92%

 BLUE value IS 104 (41.02% from 255) = 37.96%

R = 59.12%
G = 2.92%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A20868 (or 0xA20868) is known color: Eggplant. HEX triplet: A2, 08 and 68. RGB value is (162,8,104). Sum of RGB (Red+Green+Blue) = 162+8+104=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A20868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20868 is #5DF797. Grayscale: #404040. Windows color (decimal): -6158232 or 6817954. OLE color: 6817954.

HSL color Cylindrical-coordinate representation of color #A20868: hue angle of 322.6º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20868 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 8 104 -
CMYK 0 0.95 0.36 0.36
HSL 322.6º 0.91% 0.33% -
HSV(B) 322.6º 0.95% 0.64% -
XYZ 17.49 8.85 13.88 -
YUV 64.99 150.02 197.19 -
System Red Green Blue C M Y K H S L
Decimal 162 8 104 0 0.95 0.36 0.36 322.6 0.91 0.33
Hex A2 8 68 0 5F 24 24 143 5B 21
Octal 242 10 150 0 137 44 44 503 133 41
Binary 10100010 1000 1101000 0 1011111 100100 100100 101000011 1011011 100001

Color Harmonies of #A20868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20868

Black with #A20868

Text Example


Text Example

White with #A20868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20868; }

 p { color: rgb(162,8,104); }

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

background-color css

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

 a { background-color: rgb(162,8,104); }

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

border-color css

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

 span { border-color: rgb(162,8,104); }

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