#A30898

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

Shades of Dark Magenta #A30898

Tints of Dark Magenta #A30898

Color information

#A30898 (or 0xA30898) is unknown color: approx Dark Magenta. HEX triplet: A3, 08 and 98. RGB value is (163,8,152). Sum of RGB (Red+Green+Blue) = 163+8+152=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A30898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30898 is #5CF767. Grayscale: #464646. Windows color (decimal): -6092648 or 9963683. OLE color: 9963683.

HSL color Cylindrical-coordinate representation of color #A30898: hue angle of 304.26º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30898 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB1638152-
CMYK00.950.070.36
HSL304.26º90.64%33.53%-
HSV(B)304.26º95.09%63.92%-
XYZ20.8610.2330.58-
YUV70.76173.85193.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 8 (3.52% from 255) = 2.48%
BLUE value IS 152 (59.77% from 255) = 47.06%
R=50.46%
G=2.48%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163815200.950.070.36304.2690.6433.53
HexA389805F7241305b22
Octal24310230013774446013342
Binary10100011100010011000010111111111001001001100001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30898; }

 p { color: rgb(163,8,152); }

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

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

 a { background-color: rgb(163,8,152); }

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

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

 span { border-color: rgb(163,8,152); }

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