#A30FAE

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

Shades of Dark Magenta #A30FAE

Tints of Dark Magenta #A30FAE

Color information

#A30FAE (or 0xA30FAE) is unknown color: approx Dark Magenta. HEX triplet: A3, 0F and AE. RGB value is (163,15,174). Sum of RGB (Red+Green+Blue) = 163+15+174=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #A30FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30FAE is #5CF051. Grayscale: #4C4C4C. Windows color (decimal): -6090834 or 11407267. OLE color: 11407267.

HSL color Cylindrical-coordinate representation of color #A30FAE: hue angle of 295.85º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30FAE is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16315174-
CMYK0.060.9100.32
HSL295.85º84.13%37.06%-
HSV(B)295.85º91.38%68.24%-
XYZ22.9211.1841-
YUV77.38182.53189.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 15 (6.25% from 255) = 4.26%
BLUE value IS 174 (68.36% from 255) = 49.43%
R=46.31%
G=4.26%
B=49.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163151740.060.9100.32295.8584.1337.06
HexA3FAE65B0201285425
Octal24317256613304045012445
Binary10100011111110101110110101101101000001001010001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30FAE; }

 p { color: rgb(163,15,174); }

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

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

 a { background-color: rgb(163,15,174); }

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

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

 span { border-color: rgb(163,15,174); }

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