Html Css Color HEX #A70682 Eggplant

📋 copy color: '#A70682'

red 167 ◦ green 6 ◦ blue 130

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

Shades of Eggplant #A70682

Tints of Eggplant #A70682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 42.9%

R = 55.12%
G = 1.98%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A70682 (or 0xA70682) is known color: Eggplant. HEX triplet: A7, 06 and 82. RGB value is (167,6,130). Sum of RGB (Red+Green+Blue) = 167+6+130=303 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.12% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 167 - color contains mainly: red. Hex color #A70682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70682 is #58F97D. Grayscale: #434343. Windows color (decimal): -5831038 or 8521383. OLE color: 8521383.

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

Color convert

RGB 167 6 130 -
CMYK 0 0.96 0.22 0.35
HSL 313.79º 0.93% 0.34% -
HSV(B) 313.79º 0.96% 0.65% -
XYZ 20.03 9.96 21.99 -
YUV 68.28 162.84 198.42 -
System Red Green Blue C M Y K H S L
Decimal 167 6 130 0 0.96 0.22 0.35 313.79 0.93 0.34
Hex A7 6 82 0 60 16 23 13A 5D 22
Octal 247 6 202 0 140 26 43 472 135 42
Binary 10100111 110 10000010 0 1100000 10110 100011 100111010 1011101 100010

Color Harmonies of #A70682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70682

Black with #A70682

Text Example


Text Example

White with #A70682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70682; }

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

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

background-color css

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

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

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

border-color css

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

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

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