Html Css Color HEX #A00C6C Eggplant

📋 copy color: '#A00C6C'

red 160 ◦ green 12 ◦ blue 108

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

Shades of Eggplant #A00C6C

Tints of Eggplant #A00C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.57%

R = 57.14%
G = 4.29%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A00C6C (or 0xA00C6C) is known color: Eggplant. HEX triplet: A0, 0C and 6C. RGB value is (160,12,108). Sum of RGB (Red+Green+Blue) = 160+12+108=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00C6C is #5FF393. Grayscale: #424242. Windows color (decimal): -6288276 or 7081120. OLE color: 7081120.

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

Color convert

RGB 160 12 108 -
CMYK 0 0.93 0.32 0.37
HSL 321.08º 0.86% 0.34% -
HSV(B) 321.08º 0.93% 0.63% -
XYZ 17.34 8.82 14.98 -
YUV 67.2 151.03 194.19 -
System Red Green Blue C M Y K H S L
Decimal 160 12 108 0 0.93 0.32 0.37 321.08 0.86 0.34
Hex A0 C 6C 0 5D 20 25 141 56 22
Octal 240 14 154 0 135 40 45 501 126 42
Binary 10100000 1100 1101100 0 1011101 100000 100101 101000001 1010110 100010

Color Harmonies of #A00C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00C6C

Black with #A00C6C

Text Example


Text Example

White with #A00C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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