Html Css Color HEX #A60172 Eggplant

📋 copy color: '#A60172'

red 166 ◦ green 1 ◦ blue 114

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

Shades of Eggplant #A60172

Tints of Eggplant #A60172

RGB

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

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

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

R = 59.07%
G = 0.36%
B = 40.57%

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

#A60172 (or 0xA60172) is known color: Eggplant. HEX triplet: A6, 01 and 72. RGB value is (166,1,114). Sum of RGB (Red+Green+Blue) = 166+1+114=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A60172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60172 is #59FE8D. Grayscale: #3E3E3E. Windows color (decimal): -5897870 or 7471526. OLE color: 7471526.

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

Color convert

RGB 166 1 114 -
CMYK 0 0.99 0.31 0.35
HSL 318.91º 0.99% 0.33% -
HSV(B) 318.91º 0.99% 0.65% -
XYZ 18.77 9.34 16.73 -
YUV 63.22 156.66 201.31 -
System Red Green Blue C M Y K H S L
Decimal 166 1 114 0 0.99 0.31 0.35 318.91 0.99 0.33
Hex A6 1 72 0 63 1F 23 13F 63 21
Octal 246 1 162 0 143 37 43 477 143 41
Binary 10100110 1 1110010 0 1100011 11111 100011 100111111 1100011 100001

Color Harmonies of #A60172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60172

Black with #A60172

Text Example


Text Example

White with #A60172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60172; }

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

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

background-color css

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

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

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

border-color css

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

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

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