#A00CA7

Color #A00CA7 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A00CA7

Tints of Dark Magenta #A00CA7

Color information

#A00CA7 (or 0xA00CA7) is unknown color: approx Dark Magenta. HEX triplet: A0, 0C and A7. RGB value is (160,12,167). Sum of RGB (Red+Green+Blue) = 160+12+167=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 167 (65.62% from 255 or 49.26% from 339); Max value from RGB is 167 - color contains mainly: blue. Hex color #A00CA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00CA7 is #5FF358. Grayscale: #494949. Windows color (decimal): -6288217 or 10947744. OLE color: 10947744.

HSL color Cylindrical-coordinate representation of color #A00CA7: hue angle of 297.29º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00CA7 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16012167-
CMYK0.040.9300.35
HSL297.29º86.59%35.1%-
HSV(B)297.29º92.81%65.49%-
XYZ21.610.5337.45-
YUV73.92180.53189.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 12 (5.08% from 255) = 3.54%
BLUE value IS 167 (65.62% from 255) = 49.26%
R=47.20%
G=3.54%
B=49.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160121670.040.9300.35297.2986.5935.1
HexA0CA745D0231295723
Octal24014247413504345112743
Binary10100000110010100111100101110101000111001010011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00CA7; }

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

 H1.HeaderClassName
 {
   color: #A00CA7;
 }
 .AnyTagClassName
 {
   color: #A00CA7;
 }
</style>
background-color css

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

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

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

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

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

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