#A102AA

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

Shades of Dark Magenta #A102AA

Tints of Dark Magenta #A102AA

Color information

#A102AA (or 0xA102AA) is unknown color: approx Dark Magenta. HEX triplet: A1, 02 and AA. RGB value is (161,2,170). Sum of RGB (Red+Green+Blue) = 161+2+170=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #A102AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A102AA is #5EFD55. Grayscale: #444444. Windows color (decimal): -6225238 or 11141793. OLE color: 11141793.

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

Color convert

RGB1612170-
CMYK0.050.9900.33
HSL296.79º97.67%33.73%-
HSV(B)296.79º98.82%66.67%-
XYZ21.9810.5238.9-
YUV68.69185.18193.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.35%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 170 (66.80% from 255) = 51.05%
R=48.35%
G=0.60%
B=51.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16121700.050.9900.33296.7997.6733.73
HexA12AA5630211296222
Octal2412252514304145114242
Binary101000011010101010101110001101000011001010011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A102AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A102AA; }

 p { color: rgb(161,2,170); }

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

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

 a { background-color: rgb(161,2,170); }

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

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

 span { border-color: rgb(161,2,170); }

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