Html Css Color HEX #A80274 Eggplant

📋 copy color: '#A80274'

red 168 ◦ green 2 ◦ blue 116

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

Shades of Eggplant #A80274

Tints of Eggplant #A80274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.56%

R = 58.74%
G = 0.7%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A80274 (or 0xA80274) is known color: Eggplant. HEX triplet: A8, 02 and 74. RGB value is (168,2,116). Sum of RGB (Red+Green+Blue) = 168+2+116=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A80274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80274 is #57FD8B. Grayscale: #404040. Windows color (decimal): -5766540 or 7602856. OLE color: 7602856.

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

Color convert

RGB 168 2 116 -
CMYK 0 0.99 0.31 0.34
HSL 318.8º 0.98% 0.33% -
HSV(B) 318.8º 0.99% 0.66% -
XYZ 19.32 9.63 17.36 -
YUV 64.63 157 201.73 -
System Red Green Blue C M Y K H S L
Decimal 168 2 116 0 0.99 0.31 0.34 318.8 0.98 0.33
Hex A8 2 74 0 63 1F 22 13F 62 21
Octal 250 2 164 0 143 37 42 477 142 41
Binary 10101000 10 1110100 0 1100011 11111 100010 100111111 1100010 100001

Color Harmonies of #A80274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80274

Black with #A80274

Text Example


Text Example

White with #A80274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80274; }

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

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

background-color css

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

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

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

border-color css

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

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

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