Html Css Color HEX #A70271 Eggplant

📋 copy color: '#A70271'

red 167 ◦ green 2 ◦ blue 113

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

Shades of Eggplant #A70271

Tints of Eggplant #A70271

RGB

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

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

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

R = 59.22%
G = 0.71%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A70271 (or 0xA70271) is known color: Eggplant. HEX triplet: A7, 02 and 71. RGB value is (167,2,113). Sum of RGB (Red+Green+Blue) = 167+2+113=282 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.22% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 167 - color contains mainly: red. Hex color #A70271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70271 is #58FD8E. Grayscale: #3F3F3F. Windows color (decimal): -5832079 or 7406247. OLE color: 7406247.

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

Color convert

RGB 167 2 113 -
CMYK 0 0.99 0.32 0.35
HSL 319.64º 0.98% 0.33% -
HSV(B) 319.64º 0.99% 0.65% -
XYZ 18.94 9.45 16.45 -
YUV 63.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 167 2 113 0 0.99 0.32 0.35 319.64 0.98 0.33
Hex A7 2 71 0 63 20 23 140 62 21
Octal 247 2 161 0 143 40 43 500 142 41
Binary 10100111 10 1110001 0 1100011 100000 100011 101000000 1100010 100001

Color Harmonies of #A70271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70271

Black with #A70271

Text Example


Text Example

White with #A70271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70271; }

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

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

background-color css

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

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

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

border-color css

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

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

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