Html Css Color HEX #A20270 Eggplant

📋 copy color: '#A20270'

red 162 ◦ green 2 ◦ blue 112

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

Shades of Eggplant #A20270

Tints of Eggplant #A20270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 112 (44.14% from 255) = 40.58%

R = 58.7%
G = 0.72%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A20270 (or 0xA20270) is known color: Eggplant. HEX triplet: A2, 02 and 70. RGB value is (162,2,112). Sum of RGB (Red+Green+Blue) = 162+2+112=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A20270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20270 is #5DFD8F. Grayscale: #3E3E3E. Windows color (decimal): -6159760 or 7340706. OLE color: 7340706.

HSL color Cylindrical-coordinate representation of color #A20270: hue angle of 318.75º degrees, saturation: 0.98, 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 #A20270 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 2 112 -
CMYK 0 0.99 0.31 0.36
HSL 318.75º 0.98% 0.32% -
HSV(B) 318.75º 0.99% 0.64% -
XYZ 17.85 8.89 16.11 -
YUV 62.38 156.01 199.06 -
System Red Green Blue C M Y K H S L
Decimal 162 2 112 0 0.99 0.31 0.36 318.75 0.98 0.32
Hex A2 2 70 0 63 1F 24 13F 62 20
Octal 242 2 160 0 143 37 44 477 142 40
Binary 10100010 10 1110000 0 1100011 11111 100100 100111111 1100010 100000

Color Harmonies of #A20270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20270

Black with #A20270

Text Example


Text Example

White with #A20270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20270; }

 p { color: rgb(162,2,112); }

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

background-color css

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

 a { background-color: rgb(162,2,112); }

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

border-color css

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

 span { border-color: rgb(162,2,112); }

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