Html Css Color HEX #A00C7C Eggplant

📋 copy color: '#A00C7C'

red 160 ◦ green 12 ◦ blue 124

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

Shades of Eggplant #A00C7C

Tints of Eggplant #A00C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.89%

R = 54.05%
G = 4.05%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A00C7C (or 0xA00C7C) is known color: Eggplant. HEX triplet: A0, 0C and 7C. RGB value is (160,12,124). Sum of RGB (Red+Green+Blue) = 160+12+124=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00C7C is #5FF383. Grayscale: #444444. Windows color (decimal): -6288260 or 8129696. OLE color: 8129696.

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

Color convert

RGB 160 12 124 -
CMYK 0 0.93 0.22 0.37
HSL 314.59º 0.86% 0.34% -
HSV(B) 314.59º 0.93% 0.63% -
XYZ 18.27 9.19 19.88 -
YUV 69.02 159.03 192.89 -
System Red Green Blue C M Y K H S L
Decimal 160 12 124 0 0.93 0.22 0.37 314.59 0.86 0.34
Hex A0 C 7C 0 5D 16 25 13B 56 22
Octal 240 14 174 0 135 26 45 473 126 42
Binary 10100000 1100 1111100 0 1011101 10110 100101 100111011 1010110 100010

Color Harmonies of #A00C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00C7C

Black with #A00C7C

Text Example


Text Example

White with #A00C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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