#A00CAB

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

Shades of Dark Magenta #A00CAB

Tints of Dark Magenta #A00CAB

Color information

#A00CAB (or 0xA00CAB) is unknown color: approx Dark Magenta. HEX triplet: A0, 0C and AB. RGB value is (160,12,171). Sum of RGB (Red+Green+Blue) = 160+12+171=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #A00CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00CAB is #5FF354. Grayscale: #494949. Windows color (decimal): -6288213 or 11209888. OLE color: 11209888.

HSL color Cylindrical-coordinate representation of color #A00CAB: hue angle of 295.85º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00CAB is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16012171-
CMYK0.060.9300.33
HSL295.85º86.89%35.88%-
HSV(B)295.85º92.98%67.06%-
XYZ21.9810.6839.43-
YUV74.38182.53189.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 12 (5.08% from 255) = 3.50%
BLUE value IS 171 (67.19% from 255) = 49.85%
R=46.65%
G=3.50%
B=49.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160121710.060.9300.33295.8586.8935.88
HexA0CAB65D0211285724
Octal24014253613504145012744
Binary10100000110010101011110101110101000011001010001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00CAB; }

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

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

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

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

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

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

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

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