Html Css Color HEX #A00C7A Eggplant

📋 copy color: '#A00C7A'

red 160 ◦ green 12 ◦ blue 122

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

Shades of Eggplant #A00C7A

Tints of Eggplant #A00C7A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.08%

 BLUE value IS 122 (48.05% from 255) = 41.5%

R = 54.42%
G = 4.08%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A00C7A (or 0xA00C7A) is known color: Eggplant. HEX triplet: A0, 0C and 7A. RGB value is (160,12,122). Sum of RGB (Red+Green+Blue) = 160+12+122=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00C7A is #5FF385. Grayscale: #444444. Windows color (decimal): -6288262 or 7998624. OLE color: 7998624.

HSL color Cylindrical-coordinate representation of color #A00C7A: hue angle of 315.41º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00C7A is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 12 122 -
CMYK 0 0.93 0.24 0.37
HSL 315.41º 0.86% 0.34% -
HSV(B) 315.41º 0.93% 0.63% -
XYZ 18.14 9.14 19.22 -
YUV 68.79 158.03 193.06 -
System Red Green Blue C M Y K H S L
Decimal 160 12 122 0 0.93 0.24 0.37 315.41 0.86 0.34
Hex A0 C 7A 0 5D 18 25 13B 56 22
Octal 240 14 172 0 135 30 45 473 126 42
Binary 10100000 1100 1111010 0 1011101 11000 100101 100111011 1010110 100010

Color Harmonies of #A00C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00C7A

Black with #A00C7A

Text Example


Text Example

White with #A00C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00C7A; }

 p { color: rgb(160,12,122); }

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

background-color css

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

 a { background-color: rgb(160,12,122); }

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

border-color css

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

 span { border-color: rgb(160,12,122); }

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