Html Css Color HEX #A70281 Eggplant

📋 copy color: '#A70281'

red 167 ◦ green 2 ◦ blue 129

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

Shades of Eggplant #A70281

Tints of Eggplant #A70281

RGB

 RED value IS 167 (65.63% from 255) = 56.04%

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

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

R = 56.04%
G = 0.67%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A70281 (or 0xA70281) is known color: Eggplant. HEX triplet: A7, 02 and 81. RGB value is (167,2,129). Sum of RGB (Red+Green+Blue) = 167+2+129=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A70281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70281 is #58FD7E. Grayscale: #414141. Windows color (decimal): -5832063 or 8454823. OLE color: 8454823.

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

Color convert

RGB 167 2 129 -
CMYK 0 0.99 0.23 0.35
HSL 313.82º 0.98% 0.33% -
HSV(B) 313.82º 0.99% 0.65% -
XYZ 19.92 9.84 21.62 -
YUV 65.81 163.66 200.17 -
System Red Green Blue C M Y K H S L
Decimal 167 2 129 0 0.99 0.23 0.35 313.82 0.98 0.33
Hex A7 2 81 0 63 17 23 13A 62 21
Octal 247 2 201 0 143 27 43 472 142 41
Binary 10100111 10 10000001 0 1100011 10111 100011 100111010 1100010 100001

Color Harmonies of #A70281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70281

Black with #A70281

Text Example


Text Example

White with #A70281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70281; }

 p { color: rgb(167,2,129); }

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

background-color css

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

 a { background-color: rgb(167,2,129); }

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

border-color css

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

 span { border-color: rgb(167,2,129); }

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