Html Css Color HEX #A00A75 Eggplant

📋 copy color: '#A00A75'

red 160 ◦ green 10 ◦ blue 117

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

Shades of Eggplant #A00A75

Tints of Eggplant #A00A75

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.48%

 BLUE value IS 117 (46.09% from 255) = 40.77%

R = 55.75%
G = 3.48%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A00A75 (or 0xA00A75) is known color: Eggplant. HEX triplet: A0, 0A and 75. RGB value is (160,10,117). Sum of RGB (Red+Green+Blue) = 160+10+117=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A75 is #5FF58A. Grayscale: #424242. Windows color (decimal): -6288779 or 7670432. OLE color: 7670432.

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

Color convert

RGB 160 10 117 -
CMYK 0 0.94 0.27 0.37
HSL 317.2º 0.88% 0.33% -
HSV(B) 317.2º 0.94% 0.63% -
XYZ 17.82 8.98 17.62 -
YUV 67.05 156.2 194.3 -
System Red Green Blue C M Y K H S L
Decimal 160 10 117 0 0.94 0.27 0.37 317.2 0.88 0.33
Hex A0 A 75 0 5E 1B 25 13D 58 21
Octal 240 12 165 0 136 33 45 475 130 41
Binary 10100000 1010 1110101 0 1011110 11011 100101 100111101 1011000 100001

Color Harmonies of #A00A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A75

Black with #A00A75

Text Example


Text Example

White with #A00A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A75; }

 p { color: rgb(160,10,117); }

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

background-color css

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

 a { background-color: rgb(160,10,117); }

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

border-color css

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

 span { border-color: rgb(160,10,117); }

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