Html Css Color HEX #A70675 Eggplant

📋 copy color: '#A70675'

red 167 ◦ green 6 ◦ blue 117

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

Shades of Eggplant #A70675

Tints of Eggplant #A70675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.07%

 BLUE value IS 117 (46.09% from 255) = 40.34%

R = 57.59%
G = 2.07%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A70675 (or 0xA70675) is known color: Eggplant. HEX triplet: A7, 06 and 75. RGB value is (167,6,117). Sum of RGB (Red+Green+Blue) = 167+6+117=290 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.59% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 167 - color contains mainly: red. Hex color #A70675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70675 is #58F98A. Grayscale: #424242. Windows color (decimal): -5831051 or 7669415. OLE color: 7669415.

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

Color convert

RGB 167 6 117 -
CMYK 0 0.96 0.30 0.35
HSL 318.63º 0.93% 0.34% -
HSV(B) 318.63º 0.96% 0.65% -
XYZ 19.21 9.63 17.68 -
YUV 66.79 156.34 199.47 -
System Red Green Blue C M Y K H S L
Decimal 167 6 117 0 0.96 0.30 0.35 318.63 0.93 0.34
Hex A7 6 75 0 60 1E 23 13F 5D 22
Octal 247 6 165 0 140 36 43 477 135 42
Binary 10100111 110 1110101 0 1100000 11110 100011 100111111 1011101 100010

Color Harmonies of #A70675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70675

Black with #A70675

Text Example


Text Example

White with #A70675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70675; }

 p { color: rgb(167,6,117); }

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

background-color css

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

 a { background-color: rgb(167,6,117); }

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

border-color css

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

 span { border-color: rgb(167,6,117); }

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