#A300AE

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

Shades of Dark Magenta #A300AE

Tints of Dark Magenta #A300AE

Color information

#A300AE (or 0xA300AE) is unknown color: approx Dark Magenta. HEX triplet: A3, 00 and AE. RGB value is (163,0,174). Sum of RGB (Red+Green+Blue) = 163+0+174=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #A300AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A300AE is #5CFF51. Grayscale: #444444. Windows color (decimal): -6094674 or 11403427. OLE color: 11403427.

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

Color convert

RGB1630174-
CMYK0.06100.32
HSL296.21º100%34.12%-
HSV(B)296.21º100%68.24%-
XYZ22.7410.8440.94-
YUV68.57187.5195.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 174 (68.36% from 255) = 51.63%
R=48.37%
G=0%
B=51.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16301740.06100.32296.2110034.12
HexA30AE6640201286422
Octal2430256614404045014442
Binary10100011010101110110110010001000001001010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A300AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A300AE; }

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

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

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

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

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

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

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

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