Html Css Color HEX #A20162 Eggplant

📋 copy color: '#A20162'

red 162 ◦ green 1 ◦ blue 98

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

Shades of Eggplant #A20162

Tints of Eggplant #A20162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 62.07%
G = 0.38%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A20162 (or 0xA20162) is known color: Eggplant. HEX triplet: A2, 01 and 62. RGB value is (162,1,98). Sum of RGB (Red+Green+Blue) = 162+1+98=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A20162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20162 is #5DFE9D. Grayscale: #3B3B3B. Windows color (decimal): -6160030 or 6422946. OLE color: 6422946.

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

Color convert

RGB 162 1 98 -
CMYK 0 0.99 0.40 0.36
HSL 323.85º 0.99% 0.32% -
HSV(B) 323.85º 0.99% 0.64% -
XYZ 17.12 8.58 12.31 -
YUV 60.2 149.34 200.61 -
System Red Green Blue C M Y K H S L
Decimal 162 1 98 0 0.99 0.40 0.36 323.85 0.99 0.32
Hex A2 1 62 0 63 28 24 144 63 20
Octal 242 1 142 0 143 50 44 504 143 40
Binary 10100010 1 1100010 0 1100011 101000 100100 101000100 1100011 100000

Color Harmonies of #A20162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20162

Black with #A20162

Text Example


Text Example

White with #A20162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20162; }

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

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

background-color css

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

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

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

border-color css

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

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

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