Html Css Color HEX #A70C7D Eggplant

📋 copy color: '#A70C7D'

red 167 ◦ green 12 ◦ blue 125

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

Shades of Eggplant #A70C7D

Tints of Eggplant #A70C7D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.95%

 BLUE value IS 125 (49.22% from 255) = 41.12%

R = 54.93%
G = 3.95%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A70C7D (or 0xA70C7D) is known color: Eggplant. HEX triplet: A7, 0C and 7D. RGB value is (167,12,125). Sum of RGB (Red+Green+Blue) = 167+12+125=304 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.93% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 167 - color contains mainly: red. Hex color #A70C7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70C7D is #58F382. Grayscale: #464646. Windows color (decimal): -5829507 or 8195239. OLE color: 8195239.

HSL color Cylindrical-coordinate representation of color #A70C7D: hue angle of 316.26º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70C7D is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 12 125 -
CMYK 0 0.93 0.25 0.35
HSL 316.26º 0.87% 0.35% -
HSV(B) 316.26º 0.93% 0.65% -
XYZ 19.77 9.96 20.28 -
YUV 71.23 158.35 196.31 -
System Red Green Blue C M Y K H S L
Decimal 167 12 125 0 0.93 0.25 0.35 316.26 0.87 0.35
Hex A7 C 7D 0 5D 19 23 13C 57 23
Octal 247 14 175 0 135 31 43 474 127 43
Binary 10100111 1100 1111101 0 1011101 11001 100011 100111100 1010111 100011

Color Harmonies of #A70C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70C7D

Black with #A70C7D

Text Example


Text Example

White with #A70C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70C7D; }

 p { color: rgb(167,12,125); }

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

background-color css

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

 a { background-color: rgb(167,12,125); }

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

border-color css

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

 span { border-color: rgb(167,12,125); }

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