Html Css Color HEX #A70083 Eggplant

📋 copy color: '#A70083'

red 167 ◦ green 0 ◦ blue 131

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

Shades of Eggplant #A70083

Tints of Eggplant #A70083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.96%

R = 56.04%
G = 0%
B = 43.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A70083 (or 0xA70083) is known color: Eggplant. HEX triplet: A7, 00 and 83. RGB value is (167,0,131). Sum of RGB (Red+Green+Blue) = 167+0+131=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A70083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70083 is #58FF7C. Grayscale: #404040. Windows color (decimal): -5832573 or 8585383. OLE color: 8585383.

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

Color convert

RGB 167 0 131 -
CMYK 0 1 0.22 0.35
HSL 312.93º 1% 0.33% -
HSV(B) 312.93º 1% 0.65% -
XYZ 20.03 9.85 22.32 -
YUV 64.87 165.33 200.85 -
System Red Green Blue C M Y K H S L
Decimal 167 0 131 0 1 0.22 0.35 312.93 1 0.33
Hex A7 0 83 0 64 16 23 139 64 21
Octal 247 0 203 0 144 26 43 471 144 41
Binary 10100111 0 10000011 0 1100100 10110 100011 100111001 1100100 100001

Color Harmonies of #A70083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70083

Black with #A70083

Text Example


Text Example

White with #A70083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70083; }

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

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

background-color css

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

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

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

border-color css

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

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

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