Html Css Color HEX #A7006D Eggplant

📋 copy color: '#A7006D'

red 167 ◦ green 0 ◦ blue 109

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

Shades of Eggplant #A7006D

Tints of Eggplant #A7006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.49%

R = 60.51%
G = 0%
B = 39.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A7006D (or 0xA7006D) is known color: Eggplant. HEX triplet: A7, 00 and 6D. RGB value is (167,0,109). Sum of RGB (Red+Green+Blue) = 167+0+109=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A7006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7006D is #58FF92. Grayscale: #3E3E3E. Windows color (decimal): -5832595 or 7143591. OLE color: 7143591.

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

Color convert

RGB 167 0 109 -
CMYK 0 1 0.35 0.35
HSL 320.84º 1% 0.33% -
HSV(B) 320.84º 1% 0.65% -
XYZ 18.7 9.32 15.28 -
YUV 62.36 154.33 202.64 -
System Red Green Blue C M Y K H S L
Decimal 167 0 109 0 1 0.35 0.35 320.84 1 0.33
Hex A7 0 6D 0 64 23 23 141 64 21
Octal 247 0 155 0 144 43 43 501 144 41
Binary 10100111 0 1101101 0 1100100 100011 100011 101000001 1100100 100001

Color Harmonies of #A7006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7006D

Black with #A7006D

Text Example


Text Example

White with #A7006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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