Html Css Color HEX #A20062 Eggplant

📋 copy color: '#A20062'

red 162 ◦ green 0 ◦ blue 98

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

Shades of Eggplant #A20062

Tints of Eggplant #A20062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 37.69%

R = 62.31%
G = 0%
B = 37.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A20062 (or 0xA20062) is known color: Eggplant. HEX triplet: A2, 00 and 62. RGB value is (162,0,98). Sum of RGB (Red+Green+Blue) = 162+0+98=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A20062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20062 is #5DFF9D. Grayscale: #3B3B3B. Windows color (decimal): -6160286 or 6422690. OLE color: 6422690.

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

Color convert

RGB 162 0 98 -
CMYK 0 1 0.40 0.36
HSL 323.7º 1% 0.32% -
HSV(B) 323.7º 1% 0.64% -
XYZ 17.1 8.56 12.31 -
YUV 59.61 149.67 201.03 -
System Red Green Blue C M Y K H S L
Decimal 162 0 98 0 1 0.40 0.36 323.7 1 0.32
Hex A2 0 62 0 64 28 24 144 64 20
Octal 242 0 142 0 144 50 44 504 144 40
Binary 10100010 0 1100010 0 1100100 101000 100100 101000100 1100100 100000

Color Harmonies of #A20062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20062

Black with #A20062

Text Example


Text Example

White with #A20062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20062; }

 p { color: rgb(162,0,98); }

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

background-color css

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

 a { background-color: rgb(162,0,98); }

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

border-color css

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

 span { border-color: rgb(162,0,98); }

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