#A30E88

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

Shades of Dark Magenta #A30E88

Tints of Dark Magenta #A30E88

Color information

#A30E88 (or 0xA30E88) is unknown color: approx Dark Magenta. HEX triplet: A3, 0E and 88. RGB value is (163,14,136). Sum of RGB (Red+Green+Blue) = 163+14+136=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30E88 is #5CF177. Grayscale: #484848. Windows color (decimal): -6091128 or 8916643. OLE color: 8916643.

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

Color convert

RGB16314136-
CMYK00.910.170.36
HSL310.87º84.18%34.71%-
HSV(B)310.87º91.41%63.92%-
XYZ19.719.8824.16-
YUV72.46163.86192.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.08%
GREEN value IS 14 (5.86% from 255) = 4.47%
BLUE value IS 136 (53.52% from 255) = 43.45%
R=52.08%
G=4.47%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631413600.910.170.36310.8784.1834.71
HexA3E8805B11241375423
Octal243162100133214446712443
Binary1010001111101000100001011011100011001001001101111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30E88; }

 p { color: rgb(163,14,136); }

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

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

 a { background-color: rgb(163,14,136); }

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

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

 span { border-color: rgb(163,14,136); }

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