Html Css Color HEX #A70D7F Eggplant

📋 copy color: '#A70D7F'

red 167 ◦ green 13 ◦ blue 127

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

Shades of Eggplant #A70D7F

Tints of Eggplant #A70D7F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.23%

 BLUE value IS 127 (50% from 255) = 41.37%

R = 54.4%
G = 4.23%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A70D7F (or 0xA70D7F) is known color: Eggplant. HEX triplet: A7, 0D and 7F. RGB value is (167,13,127). Sum of RGB (Red+Green+Blue) = 167+13+127=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A70D7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70D7F is #58F280. Grayscale: #474747. Windows color (decimal): -5829249 or 8326567. OLE color: 8326567.

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

Color convert

RGB 167 13 127 -
CMYK 0 0.92 0.24 0.35
HSL 315.58º 0.86% 0.35% -
HSV(B) 315.58º 0.92% 0.65% -
XYZ 19.91 10.04 20.97 -
YUV 72.04 159.02 195.73 -
System Red Green Blue C M Y K H S L
Decimal 167 13 127 0 0.92 0.24 0.35 315.58 0.86 0.35
Hex A7 D 7F 0 5C 18 23 13C 56 23
Octal 247 15 177 0 134 30 43 474 126 43
Binary 10100111 1101 1111111 0 1011100 11000 100011 100111100 1010110 100011

Color Harmonies of #A70D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70D7F

Black with #A70D7F

Text Example


Text Example

White with #A70D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70D7F; }

 p { color: rgb(167,13,127); }

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

background-color css

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

 a { background-color: rgb(167,13,127); }

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

border-color css

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

 span { border-color: rgb(167,13,127); }

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