#A317AA

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

Shades of Dark Magenta #A317AA

Tints of Dark Magenta #A317AA

Color information

#A317AA (or 0xA317AA) is unknown color: approx Dark Magenta. HEX triplet: A3, 17 and AA. RGB value is (163,23,170). Sum of RGB (Red+Green+Blue) = 163+23+170=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #A317AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A317AA is #5CE855. Grayscale: #515151. Windows color (decimal): -6088790 or 11147171. OLE color: 11147171.

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

Color convert

RGB16323170-
CMYK0.040.8600.33
HSL297.14º76.17%37.84%-
HSV(B)297.14º86.47%66.67%-
XYZ22.6711.339.02-
YUV81.62177.88186.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 23 (9.38% from 255) = 6.46%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=45.79%
G=6.46%
B=47.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163231700.040.8600.33297.1476.1737.84
HexA317AA4560211294c26
Octal24327252412604145111446
Binary101000111011110101010100101011001000011001010011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A317AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A317AA; }

 p { color: rgb(163,23,170); }

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

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

 a { background-color: rgb(163,23,170); }

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

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

 span { border-color: rgb(163,23,170); }

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