Html Css Color HEX #A60270 Eggplant

📋 copy color: '#A60270'

red 166 ◦ green 2 ◦ blue 112

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

Shades of Eggplant #A60270

Tints of Eggplant #A60270

RGB

 RED value IS 166 (65.23% from 255) = 59.29%

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

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

R = 59.29%
G = 0.71%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A60270 (or 0xA60270) is known color: Eggplant. HEX triplet: A6, 02 and 70. RGB value is (166,2,112). Sum of RGB (Red+Green+Blue) = 166+2+112=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A60270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60270 is #59FD8F. Grayscale: #3F3F3F. Windows color (decimal): -5897616 or 7340710. OLE color: 7340710.

HSL color Cylindrical-coordinate representation of color #A60270: hue angle of 319.76º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60270 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 2 112 -
CMYK 0 0.99 0.33 0.35
HSL 319.76º 0.98% 0.33% -
HSV(B) 319.76º 0.99% 0.65% -
XYZ 18.67 9.32 16.14 -
YUV 63.58 155.33 201.06 -
System Red Green Blue C M Y K H S L
Decimal 166 2 112 0 0.99 0.33 0.35 319.76 0.98 0.33
Hex A6 2 70 0 63 21 23 140 62 21
Octal 246 2 160 0 143 41 43 500 142 41
Binary 10100110 10 1110000 0 1100011 100001 100011 101000000 1100010 100001

Color Harmonies of #A60270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60270

Black with #A60270

Text Example


Text Example

White with #A60270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60270; }

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

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

background-color css

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

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

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

border-color css

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

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

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