Html Css Color HEX #A0076A Eggplant

📋 copy color: '#A0076A'

red 160 ◦ green 7 ◦ blue 106

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

Shades of Eggplant #A0076A

Tints of Eggplant #A0076A

RGB

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

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

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

R = 58.61%
G = 2.56%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0076A (or 0xA0076A) is known color: Eggplant. HEX triplet: A0, 07 and 6A. RGB value is (160,7,106). Sum of RGB (Red+Green+Blue) = 160+7+106=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A0076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0076A is #5FF895. Grayscale: #3F3F3F. Windows color (decimal): -6289558 or 6948768. OLE color: 6948768.

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

Color convert

RGB 160 7 106 -
CMYK 0 0.96 0.34 0.37
HSL 321.18º 0.92% 0.33% -
HSV(B) 321.18º 0.96% 0.63% -
XYZ 17.17 8.67 14.4 -
YUV 64.03 151.69 196.45 -
System Red Green Blue C M Y K H S L
Decimal 160 7 106 0 0.96 0.34 0.37 321.18 0.92 0.33
Hex A0 7 6A 0 60 22 25 141 5C 21
Octal 240 7 152 0 140 42 45 501 134 41
Binary 10100000 111 1101010 0 1100000 100010 100101 101000001 1011100 100001

Color Harmonies of #A0076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0076A

Black with #A0076A

Text Example


Text Example

White with #A0076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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