Html Css Color HEX #A61080 Eggplant

📋 copy color: '#A61080'

red 166 ◦ green 16 ◦ blue 128

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

Shades of Eggplant #A61080

Tints of Eggplant #A61080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.16%

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 53.55%
G = 5.16%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A61080 (or 0xA61080) is known color: Eggplant. HEX triplet: A6, 10 and 80. RGB value is (166,16,128). Sum of RGB (Red+Green+Blue) = 166+16+128=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A61080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61080 is #59EF7F. Grayscale: #494949. Windows color (decimal): -5894016 or 8392870. OLE color: 8392870.

HSL color Cylindrical-coordinate representation of color #A61080: hue angle of 315.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61080 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 16 128 -
CMYK 0 0.90 0.23 0.35
HSL 315.2º 0.82% 0.36% -
HSV(B) 315.2º 0.9% 0.65% -
XYZ 19.81 10.04 21.32 -
YUV 73.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 166 16 128 0 0.90 0.23 0.35 315.2 0.82 0.36
Hex A6 10 80 0 5A 17 23 13B 52 24
Octal 246 20 200 0 132 27 43 473 122 44
Binary 10100110 10000 10000000 0 1011010 10111 100011 100111011 1010010 100100

Color Harmonies of #A61080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61080

Black with #A61080

Text Example


Text Example

White with #A61080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61080; }

 p { color: rgb(166,16,128); }

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

background-color css

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

 a { background-color: rgb(166,16,128); }

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

border-color css

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

 span { border-color: rgb(166,16,128); }

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