Html Css Color HEX #A20768 Eggplant

📋 copy color: '#A20768'

red 162 ◦ green 7 ◦ blue 104

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

Shades of Eggplant #A20768

Tints of Eggplant #A20768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

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

R = 59.34%
G = 2.56%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A20768 (or 0xA20768) is known color: Eggplant. HEX triplet: A2, 07 and 68. RGB value is (162,7,104). Sum of RGB (Red+Green+Blue) = 162+7+104=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A20768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20768 is #5DF897. Grayscale: #404040. Windows color (decimal): -6158488 or 6817698. OLE color: 6817698.

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

Color convert

RGB 162 7 104 -
CMYK 0 0.96 0.36 0.36
HSL 322.45º 0.92% 0.33% -
HSV(B) 322.45º 0.96% 0.64% -
XYZ 17.47 8.83 13.88 -
YUV 64.4 150.35 197.61 -
System Red Green Blue C M Y K H S L
Decimal 162 7 104 0 0.96 0.36 0.36 322.45 0.92 0.33
Hex A2 7 68 0 60 24 24 142 5C 21
Octal 242 7 150 0 140 44 44 502 134 41
Binary 10100010 111 1101000 0 1100000 100100 100100 101000010 1011100 100001

Color Harmonies of #A20768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20768

Black with #A20768

Text Example


Text Example

White with #A20768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20768; }

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

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

background-color css

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

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

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

border-color css

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

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

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