Html Css Color HEX #A60272 Eggplant

📋 copy color: '#A60272'

red 166 ◦ green 2 ◦ blue 114

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

Shades of Eggplant #A60272

Tints of Eggplant #A60272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.43%

R = 58.87%
G = 0.71%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A60272 (or 0xA60272) is known color: Eggplant. HEX triplet: A6, 02 and 72. RGB value is (166,2,114). Sum of RGB (Red+Green+Blue) = 166+2+114=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A60272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60272 is #59FD8D. Grayscale: #3F3F3F. Windows color (decimal): -5897614 or 7471782. OLE color: 7471782.

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

Color convert

RGB 166 2 114 -
CMYK 0 0.99 0.31 0.35
HSL 319.02º 0.98% 0.33% -
HSV(B) 319.02º 0.99% 0.65% -
XYZ 18.78 9.37 16.74 -
YUV 63.8 156.33 200.89 -
System Red Green Blue C M Y K H S L
Decimal 166 2 114 0 0.99 0.31 0.35 319.02 0.98 0.33
Hex A6 2 72 0 63 1F 23 13F 62 21
Octal 246 2 162 0 143 37 43 477 142 41
Binary 10100110 10 1110010 0 1100011 11111 100011 100111111 1100010 100001

Color Harmonies of #A60272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60272

Black with #A60272

Text Example


Text Example

White with #A60272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60272; }

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

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

background-color css

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

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

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

border-color css

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

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

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