#A20698

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

Shades of Dark Magenta #A20698

Tints of Dark Magenta #A20698

Color information

#A20698 (or 0xA20698) is unknown color: approx Dark Magenta. HEX triplet: A2, 06 and 98. RGB value is (162,6,152). Sum of RGB (Red+Green+Blue) = 162+6+152=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A20698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20698 is #5DF967. Grayscale: #444444. Windows color (decimal): -6158696 or 9963170. OLE color: 9963170.

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

Color convert

RGB1626152-
CMYK00.960.060.36
HSL303.85º92.86%32.94%-
HSV(B)303.85º96.3%63.53%-
XYZ20.6310.0830.56-
YUV69.29174.68194.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.62%
GREEN value IS 6 (2.73% from 255) = 1.88%
BLUE value IS 152 (59.77% from 255) = 47.5%
R=50.62%
G=1.88%
B=47.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162615200.960.060.36303.8592.8632.94
HexA26980606241305d21
Octal2426230014064446013541
Binary1010001011010011000011000001101001001001100001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20698; }

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

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

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

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

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

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

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

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