Html Css Color HEX #A60081 Eggplant

📋 copy color: '#A60081'

red 166 ◦ green 0 ◦ blue 129

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

Shades of Eggplant #A60081

Tints of Eggplant #A60081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.27%
G = 0%
B = 43.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A60081 (or 0xA60081) is known color: Eggplant. HEX triplet: A6, 00 and 81. RGB value is (166,0,129). Sum of RGB (Red+Green+Blue) = 166+0+129=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A60081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60081 is #59FF7E. Grayscale: #3F3F3F. Windows color (decimal): -5898111 or 8454310. OLE color: 8454310.

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

Color convert

RGB 166 0 129 -
CMYK 0 1 0.22 0.35
HSL 313.37º 1% 0.33% -
HSV(B) 313.37º 1% 0.65% -
XYZ 19.69 9.69 21.6 -
YUV 64.34 164.5 200.51 -
System Red Green Blue C M Y K H S L
Decimal 166 0 129 0 1 0.22 0.35 313.37 1 0.33
Hex A6 0 81 0 64 16 23 139 64 21
Octal 246 0 201 0 144 26 43 471 144 41
Binary 10100110 0 10000001 0 1100100 10110 100011 100111001 1100100 100001

Color Harmonies of #A60081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60081

Black with #A60081

Text Example


Text Example

White with #A60081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60081; }

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

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

background-color css

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

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

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

border-color css

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

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

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