Html Css Color HEX #A0096A Eggplant

📋 copy color: '#A0096A'

red 160 ◦ green 9 ◦ blue 106

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

Shades of Eggplant #A0096A

Tints of Eggplant #A0096A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.27%

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

R = 58.18%
G = 3.27%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0096A (or 0xA0096A) is known color: Eggplant. HEX triplet: A0, 09 and 6A. RGB value is (160,9,106). Sum of RGB (Red+Green+Blue) = 160+9+106=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A0096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0096A is #5FF695. Grayscale: #404040. Windows color (decimal): -6289046 or 6949280. OLE color: 6949280.

HSL color Cylindrical-coordinate representation of color #A0096A: hue angle of 321.46º degrees, saturation: 0.89, 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 #A0096A is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 9 106 -
CMYK 0 0.94 0.34 0.37
HSL 321.46º 0.89% 0.33% -
HSV(B) 321.46º 0.94% 0.63% -
XYZ 17.2 8.71 14.41 -
YUV 65.21 151.03 195.61 -
System Red Green Blue C M Y K H S L
Decimal 160 9 106 0 0.94 0.34 0.37 321.46 0.89 0.33
Hex A0 9 6A 0 5E 22 25 141 59 21
Octal 240 11 152 0 136 42 45 501 131 41
Binary 10100000 1001 1101010 0 1011110 100010 100101 101000001 1011001 100001

Color Harmonies of #A0096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0096A

Black with #A0096A

Text Example


Text Example

White with #A0096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0096A; }

 p { color: rgb(160,9,106); }

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

background-color css

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

 a { background-color: rgb(160,9,106); }

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

border-color css

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

 span { border-color: rgb(160,9,106); }

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