Html Css Color HEX #A00C6B Eggplant

📋 copy color: '#A00C6B'

red 160 ◦ green 12 ◦ blue 107

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

Shades of Eggplant #A00C6B

Tints of Eggplant #A00C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.35%

R = 57.35%
G = 4.3%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A00C6B (or 0xA00C6B) is known color: Eggplant. HEX triplet: A0, 0C and 6B. RGB value is (160,12,107). Sum of RGB (Red+Green+Blue) = 160+12+107=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00C6B is #5FF394. Grayscale: #424242. Windows color (decimal): -6288277 or 7015584. OLE color: 7015584.

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

Color convert

RGB 160 12 107 -
CMYK 0 0.93 0.33 0.37
HSL 321.49º 0.86% 0.34% -
HSV(B) 321.49º 0.93% 0.63% -
XYZ 17.28 8.8 14.7 -
YUV 67.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 160 12 107 0 0.93 0.33 0.37 321.49 0.86 0.34
Hex A0 C 6B 0 5D 21 25 141 56 22
Octal 240 14 153 0 135 41 45 501 126 42
Binary 10100000 1100 1101011 0 1011101 100001 100101 101000001 1010110 100010

Color Harmonies of #A00C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00C6B

Black with #A00C6B

Text Example


Text Example

White with #A00C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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