Html Css Color HEX #A7067F Eggplant

📋 copy color: '#A7067F'

red 167 ◦ green 6 ◦ blue 127

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

Shades of Eggplant #A7067F

Tints of Eggplant #A7067F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.33%

R = 55.67%
G = 2%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A7067F (or 0xA7067F) is known color: Eggplant. HEX triplet: A7, 06 and 7F. RGB value is (167,6,127). Sum of RGB (Red+Green+Blue) = 167+6+127=300 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.67% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 167 - color contains mainly: red. Hex color #A7067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7067F is #58F980. Grayscale: #434343. Windows color (decimal): -5831041 or 8324775. OLE color: 8324775.

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

Color convert

RGB 167 6 127 -
CMYK 0 0.96 0.24 0.35
HSL 314.91º 0.93% 0.34% -
HSV(B) 314.91º 0.96% 0.65% -
XYZ 19.83 9.88 20.94 -
YUV 67.93 161.34 198.66 -
System Red Green Blue C M Y K H S L
Decimal 167 6 127 0 0.96 0.24 0.35 314.91 0.93 0.34
Hex A7 6 7F 0 60 18 23 13B 5D 22
Octal 247 6 177 0 140 30 43 473 135 42
Binary 10100111 110 1111111 0 1100000 11000 100011 100111011 1011101 100010

Color Harmonies of #A7067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7067F

Black with #A7067F

Text Example


Text Example

White with #A7067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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