Html Css Color HEX #A7016A Eggplant

📋 copy color: '#A7016A'

red 167 ◦ green 1 ◦ blue 106

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

Shades of Eggplant #A7016A

Tints of Eggplant #A7016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 106 (41.8% from 255) = 38.69%

R = 60.95%
G = 0.36%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A7016A (or 0xA7016A) is known color: Eggplant. HEX triplet: A7, 01 and 6A. RGB value is (167,1,106). Sum of RGB (Red+Green+Blue) = 167+1+106=274 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.95% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 167 - color contains mainly: red. Hex color #A7016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7016A is #58FE95. Grayscale: #3E3E3E. Windows color (decimal): -5832342 or 6947239. OLE color: 6947239.

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

Color convert

RGB 167 1 106 -
CMYK 0 0.99 0.37 0.35
HSL 322.05º 0.99% 0.33% -
HSV(B) 322.05º 0.99% 0.65% -
XYZ 18.55 9.28 14.45 -
YUV 62.6 152.5 202.46 -
System Red Green Blue C M Y K H S L
Decimal 167 1 106 0 0.99 0.37 0.35 322.05 0.99 0.33
Hex A7 1 6A 0 63 25 23 142 63 21
Octal 247 1 152 0 143 45 43 502 143 41
Binary 10100111 1 1101010 0 1100011 100101 100011 101000010 1100011 100001

Color Harmonies of #A7016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7016A

Black with #A7016A

Text Example


Text Example

White with #A7016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7016A; }

 p { color: rgb(167,1,106); }

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

background-color css

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

 a { background-color: rgb(167,1,106); }

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

border-color css

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

 span { border-color: rgb(167,1,106); }

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