Html Css Color HEX #A60181 Eggplant

📋 copy color: '#A60181'

red 166 ◦ green 1 ◦ blue 129

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

Shades of Eggplant #A60181

Tints of Eggplant #A60181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.58%

R = 56.08%
G = 0.34%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A60181 (or 0xA60181) is known color: Eggplant. HEX triplet: A6, 01 and 81. RGB value is (166,1,129). Sum of RGB (Red+Green+Blue) = 166+1+129=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A60181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60181 is #59FE7E. Grayscale: #404040. Windows color (decimal): -5897855 or 8454566. OLE color: 8454566.

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

Color convert

RGB 166 1 129 -
CMYK 0 0.99 0.22 0.35
HSL 313.45º 0.99% 0.33% -
HSV(B) 313.45º 0.99% 0.65% -
XYZ 19.7 9.71 21.61 -
YUV 64.93 164.16 200.09 -
System Red Green Blue C M Y K H S L
Decimal 166 1 129 0 0.99 0.22 0.35 313.45 0.99 0.33
Hex A6 1 81 0 63 16 23 139 63 21
Octal 246 1 201 0 143 26 43 471 143 41
Binary 10100110 1 10000001 0 1100011 10110 100011 100111001 1100011 100001

Color Harmonies of #A60181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60181

Black with #A60181

Text Example


Text Example

White with #A60181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60181; }

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

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

background-color css

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

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

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

border-color css

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

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

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