Html Css Color HEX #A80271 Eggplant

📋 copy color: '#A80271'

red 168 ◦ green 2 ◦ blue 113

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

Shades of Eggplant #A80271

Tints of Eggplant #A80271

RGB

 RED value IS 168 (66.02% from 255) = 59.36%

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

 BLUE value IS 113 (44.53% from 255) = 39.93%

R = 59.36%
G = 0.71%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A80271 (or 0xA80271) is known color: Eggplant. HEX triplet: A8, 02 and 71. RGB value is (168,2,113). Sum of RGB (Red+Green+Blue) = 168+2+113=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A80271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80271 is #57FD8E. Grayscale: #404040. Windows color (decimal): -5766543 or 7406248. OLE color: 7406248.

HSL color Cylindrical-coordinate representation of color #A80271: hue angle of 319.88º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80271 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 2 113 -
CMYK 0 0.99 0.33 0.34
HSL 319.88º 0.98% 0.33% -
HSV(B) 319.88º 0.99% 0.66% -
XYZ 19.15 9.56 16.46 -
YUV 64.29 155.5 201.97 -
System Red Green Blue C M Y K H S L
Decimal 168 2 113 0 0.99 0.33 0.34 319.88 0.98 0.33
Hex A8 2 71 0 63 21 22 140 62 21
Octal 250 2 161 0 143 41 42 500 142 41
Binary 10101000 10 1110001 0 1100011 100001 100010 101000000 1100010 100001

Color Harmonies of #A80271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80271

Black with #A80271

Text Example


Text Example

White with #A80271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80271; }

 p { color: rgb(168,2,113); }

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

background-color css

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

 a { background-color: rgb(168,2,113); }

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

border-color css

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

 span { border-color: rgb(168,2,113); }

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