Html Css Color HEX #A70073 Eggplant

📋 copy color: '#A70073'

red 167 ◦ green 0 ◦ blue 115

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

Shades of Eggplant #A70073

Tints of Eggplant #A70073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 59.22%
G = 0%
B = 40.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A70073 (or 0xA70073) is known color: Eggplant. HEX triplet: A7, 00 and 73. RGB value is (167,0,115). Sum of RGB (Red+Green+Blue) = 167+0+115=282 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.22% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 167 - color contains mainly: red. Hex color #A70073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70073 is #58FF8C. Grayscale: #3E3E3E. Windows color (decimal): -5832589 or 7536807. OLE color: 7536807.

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

Color convert

RGB 167 0 115 -
CMYK 0 1 0.31 0.35
HSL 318.68º 1% 0.33% -
HSV(B) 318.68º 1% 0.65% -
XYZ 19.03 9.45 17.04 -
YUV 63.04 157.33 202.15 -
System Red Green Blue C M Y K H S L
Decimal 167 0 115 0 1 0.31 0.35 318.68 1 0.33
Hex A7 0 73 0 64 1F 23 13F 64 21
Octal 247 0 163 0 144 37 43 477 144 41
Binary 10100111 0 1110011 0 1100100 11111 100011 100111111 1100100 100001

Color Harmonies of #A70073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70073

Black with #A70073

Text Example


Text Example

White with #A70073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70073; }

 p { color: rgb(167,0,115); }

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

background-color css

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

 a { background-color: rgb(167,0,115); }

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

border-color css

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

 span { border-color: rgb(167,0,115); }

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