Html Css Color HEX #A80182 Eggplant

📋 copy color: '#A80182'

red 168 ◦ green 1 ◦ blue 130

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

Shades of Eggplant #A80182

Tints of Eggplant #A80182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.48%

R = 56.19%
G = 0.33%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A80182 (or 0xA80182) is known color: Eggplant. HEX triplet: A8, 01 and 82. RGB value is (168,1,130). Sum of RGB (Red+Green+Blue) = 168+1+130=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A80182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80182 is #57FE7D. Grayscale: #414141. Windows color (decimal): -5766782 or 8520104. OLE color: 8520104.

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

Color convert

RGB 168 1 130 -
CMYK 0 0.99 0.23 0.34
HSL 313.65º 0.99% 0.33% -
HSV(B) 313.65º 0.99% 0.66% -
XYZ 20.19 9.96 21.98 -
YUV 65.64 164.33 201.01 -
System Red Green Blue C M Y K H S L
Decimal 168 1 130 0 0.99 0.23 0.34 313.65 0.99 0.33
Hex A8 1 82 0 63 17 22 13A 63 21
Octal 250 1 202 0 143 27 42 472 143 41
Binary 10101000 1 10000010 0 1100011 10111 100010 100111010 1100011 100001

Color Harmonies of #A80182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80182

Black with #A80182

Text Example


Text Example

White with #A80182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80182; }

 p { color: rgb(168,1,130); }

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

background-color css

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

 a { background-color: rgb(168,1,130); }

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

border-color css

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

 span { border-color: rgb(168,1,130); }

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