#A10698

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

Shades of Dark Magenta #A10698

Tints of Dark Magenta #A10698

Color information

#A10698 (or 0xA10698) is unknown color: approx Dark Magenta. HEX triplet: A1, 06 and 98. RGB value is (161,6,152). Sum of RGB (Red+Green+Blue) = 161+6+152=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A10698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10698 is #5EF967. Grayscale: #444444. Windows color (decimal): -6224232 or 9963169. OLE color: 9963169.

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

Color convert

RGB1616152-
CMYK00.960.060.37
HSL303.48º92.81%32.75%-
HSV(B)303.48º96.27%63.14%-
XYZ20.439.9730.55-
YUV68.99174.85193.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.47%
GREEN value IS 6 (2.73% from 255) = 1.88%
BLUE value IS 152 (59.77% from 255) = 47.65%
R=50.47%
G=1.88%
B=47.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161615200.960.060.37303.4892.8132.75
HexA169806062512f5d21
Octal2416230014064545713541
Binary1010000111010011000011000001101001011001011111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10698; }

 p { color: rgb(161,6,152); }

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

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

 a { background-color: rgb(161,6,152); }

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

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

 span { border-color: rgb(161,6,152); }

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