Html Css Color HEX #A00767 Eggplant

📋 copy color: '#A00767'

red 160 ◦ green 7 ◦ blue 103

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

Shades of Eggplant #A00767

Tints of Eggplant #A00767

RGB

 RED value IS 160 (62.89% from 255) = 59.26%

 GREEN value IS 7 (3.13% from 255) = 2.59%

 BLUE value IS 103 (40.63% from 255) = 38.15%

R = 59.26%
G = 2.59%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A00767 (or 0xA00767) is known color: Eggplant. HEX triplet: A0, 07 and 67. RGB value is (160,7,103). Sum of RGB (Red+Green+Blue) = 160+7+103=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A00767 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00767 is #5FF898. Grayscale: #3F3F3F. Windows color (decimal): -6289561 or 6752160. OLE color: 6752160.

HSL color Cylindrical-coordinate representation of color #A00767: hue angle of 322.35º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00767 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 7 103 -
CMYK 0 0.96 0.36 0.37
HSL 322.35º 0.92% 0.33% -
HSV(B) 322.35º 0.96% 0.63% -
XYZ 17.02 8.6 13.6 -
YUV 63.69 150.19 196.69 -
System Red Green Blue C M Y K H S L
Decimal 160 7 103 0 0.96 0.36 0.37 322.35 0.92 0.33
Hex A0 7 67 0 60 24 25 142 5C 21
Octal 240 7 147 0 140 44 45 502 134 41
Binary 10100000 111 1100111 0 1100000 100100 100101 101000010 1011100 100001

Color Harmonies of #A00767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00767

Black with #A00767

Text Example


Text Example

White with #A00767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00767; }

 p { color: rgb(160,7,103); }

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

background-color css

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

 a { background-color: rgb(160,7,103); }

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

border-color css

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

 span { border-color: rgb(160,7,103); }

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