#A604AB

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

Shades of Dark Magenta #A604AB

Tints of Dark Magenta #A604AB

Color information

#A604AB (or 0xA604AB) is unknown color: approx Dark Magenta. HEX triplet: A6, 04 and AB. RGB value is (166,4,171). Sum of RGB (Red+Green+Blue) = 166+4+171=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #A604AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A604AB is #59FB54. Grayscale: #464646. Windows color (decimal): -5897045 or 11207846. OLE color: 11207846.

HSL color Cylindrical-coordinate representation of color #A604AB: hue angle of 298.2º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A604AB is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1664171-
CMYK0.030.9800.33
HSL298.2º95.43%34.31%-
HSV(B)298.2º97.66%67.06%-
XYZ23.1211.1339.46-
YUV71.48184.17195.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 4 (1.95% from 255) = 1.17%
BLUE value IS 171 (67.19% from 255) = 50.15%
R=48.68%
G=1.17%
B=50.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16641710.030.9800.33298.295.4334.31
HexA64AB36202112a5f22
Octal2464253314204145213742
Binary101001101001010101111110001001000011001010101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A604AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A604AB; }

 p { color: rgb(166,4,171); }

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

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

 a { background-color: rgb(166,4,171); }

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

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

 span { border-color: rgb(166,4,171); }

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