#A617A5

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

Shades of Dark Magenta #A617A5

Tints of Dark Magenta #A617A5

Color information

#A617A5 (or 0xA617A5) is unknown color: approx Dark Magenta. HEX triplet: A6, 17 and A5. RGB value is (166,23,165). Sum of RGB (Red+Green+Blue) = 166+23+165=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A617A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A617A5 is #59E85A. Grayscale: #515151. Windows color (decimal): -5892187 or 10819494. OLE color: 10819494.

HSL color Cylindrical-coordinate representation of color #A617A5: hue angle of 300.42º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A617A5 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16623165-
CMYK00.860.010.35
HSL300.42º75.66%37.06%-
HSV(B)300.42º86.14%65.1%-
XYZ22.8211.4436.6-
YUV81.94174.88187.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.89%
GREEN value IS 23 (9.38% from 255) = 6.50%
BLUE value IS 165 (64.84% from 255) = 46.61%
R=46.89%
G=6.50%
B=46.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662316500.860.010.35300.4275.6637.06
HexA617A505612312c4c25
Octal24627245012614345411445
Binary1010011010111101001010101011011000111001011001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A617A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A617A5; }

 p { color: rgb(166,23,165); }

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

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

 a { background-color: rgb(166,23,165); }

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

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

 span { border-color: rgb(166,23,165); }

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