Html Css Color HEX #A00A6A Eggplant

📋 copy color: '#A00A6A'

red 160 ◦ green 10 ◦ blue 106

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

Shades of Eggplant #A00A6A

Tints of Eggplant #A00A6A

RGB

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

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

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

R = 57.97%
G = 3.62%
B = 38.41%

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

#A00A6A (or 0xA00A6A) is known color: Eggplant. HEX triplet: A0, 0A and 6A. RGB value is (160,10,106). Sum of RGB (Red+Green+Blue) = 160+10+106=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A6A is #5FF595. Grayscale: #414141. Windows color (decimal): -6288790 or 6949536. OLE color: 6949536.

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

Color convert

RGB 160 10 106 -
CMYK 0 0.94 0.34 0.37
HSL 321.6º 0.88% 0.33% -
HSV(B) 321.6º 0.94% 0.63% -
XYZ 17.21 8.73 14.41 -
YUV 65.79 150.7 195.19 -
System Red Green Blue C M Y K H S L
Decimal 160 10 106 0 0.94 0.34 0.37 321.6 0.88 0.33
Hex A0 A 6A 0 5E 22 25 142 58 21
Octal 240 12 152 0 136 42 45 502 130 41
Binary 10100000 1010 1101010 0 1011110 100010 100101 101000010 1011000 100001

Color Harmonies of #A00A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A6A

Black with #A00A6A

Text Example


Text Example

White with #A00A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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