#A506AB

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

Shades of Dark Magenta #A506AB

Tints of Dark Magenta #A506AB

Color information

#A506AB (or 0xA506AB) is unknown color: approx Dark Magenta. HEX triplet: A5, 06 and AB. RGB value is (165,6,171). Sum of RGB (Red+Green+Blue) = 165+6+171=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #A506AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A506AB is #5AF954. Grayscale: #474747. Windows color (decimal): -5962069 or 11208357. OLE color: 11208357.

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

Color convert

RGB1656171-
CMYK0.040.9600.33
HSL297.82º93.22%34.71%-
HSV(B)297.82º96.49%67.06%-
XYZ22.9311.0739.46-
YUV72.35183.68194.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.25%
GREEN value IS 6 (2.73% from 255) = 1.75%
BLUE value IS 171 (67.19% from 255) = 50%
R=48.25%
G=1.75%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16561710.040.9600.33297.8293.2234.71
HexA56AB46002112a5d23
Octal2456253414004145213543
Binary1010010111010101011100110000001000011001010101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A506AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A506AB; }

 p { color: rgb(165,6,171); }

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

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

 a { background-color: rgb(165,6,171); }

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

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

 span { border-color: rgb(165,6,171); }

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