#AA0CA8

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

Shades of Dark Magenta #AA0CA8

Tints of Dark Magenta #AA0CA8

Color information

#AA0CA8 (or 0xAA0CA8) is unknown color: approx Dark Magenta. HEX triplet: AA, 0C and A8. RGB value is (170,12,168). Sum of RGB (Red+Green+Blue) = 170+12+168=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 168 (66.02% from 255 or 48% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0CA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0CA8 is #55F357. Grayscale: #4C4C4C. Windows color (decimal): -5632856 or 11013290. OLE color: 11013290.

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

Color convert

RGB17012168-
CMYK00.930.010.33
HSL300.76º86.81%35.69%-
HSV(B)300.76º92.94%66.67%-
XYZ23.7811.6438.04-
YUV77.03179.35194.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.57%
GREEN value IS 12 (5.08% from 255) = 3.43%
BLUE value IS 168 (66.02% from 255) = 48%
R=48.57%
G=3.43%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701216800.930.010.33300.7686.8135.69
HexAACA805D12112d5724
Octal25214250013514145512744
Binary101010101100101010000101110111000011001011011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0CA8; }

 p { color: rgb(170,12,168); }

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

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

 a { background-color: rgb(170,12,168); }

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

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

 span { border-color: rgb(170,12,168); }

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