Html Css Color HEX #A70181 Eggplant

📋 copy color: '#A70181'

red 167 ◦ green 1 ◦ blue 129

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

Shades of Eggplant #A70181

Tints of Eggplant #A70181

RGB

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

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

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

R = 56.23%
G = 0.34%
B = 43.43%

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

#A70181 (or 0xA70181) is known color: Eggplant. HEX triplet: A7, 01 and 81. RGB value is (167,1,129). Sum of RGB (Red+Green+Blue) = 167+1+129=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A70181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70181 is #58FE7E. Grayscale: #404040. Windows color (decimal): -5832319 or 8454567. OLE color: 8454567.

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

Color convert

RGB 167 1 129 -
CMYK 0 0.99 0.23 0.35
HSL 313.73º 0.99% 0.33% -
HSV(B) 313.73º 0.99% 0.65% -
XYZ 19.91 9.82 21.62 -
YUV 65.23 164 200.59 -
System Red Green Blue C M Y K H S L
Decimal 167 1 129 0 0.99 0.23 0.35 313.73 0.99 0.33
Hex A7 1 81 0 63 17 23 13A 63 21
Octal 247 1 201 0 143 27 43 472 143 41
Binary 10100111 1 10000001 0 1100011 10111 100011 100111010 1100011 100001

Color Harmonies of #A70181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70181

Black with #A70181

Text Example


Text Example

White with #A70181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70181; }

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

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

background-color css

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

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

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

border-color css

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

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

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