#A30BA6

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

Shades of Dark Magenta #A30BA6

Tints of Dark Magenta #A30BA6

Color information

#A30BA6 (or 0xA30BA6) is unknown color: approx Dark Magenta. HEX triplet: A3, 0B and A6. RGB value is (163,11,166). Sum of RGB (Red+Green+Blue) = 163+11+166=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 11 (4.69% from 255 or 3.24% from 340); Blue value is 166 (65.23% from 255 or 48.82% from 340); Max value from RGB is 166 - color contains mainly: blue. Hex color #A30BA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30BA6 is #5CF459. Grayscale: #494949. Windows color (decimal): -6091866 or 10881955. OLE color: 10881955.

HSL color Cylindrical-coordinate representation of color #A30BA6: hue angle of 298.84º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30BA6 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16311166-
CMYK0.020.9300.35
HSL298.84º87.57%34.71%-
HSV(B)298.84º93.37%65.1%-
XYZ22.1110.7836.99-
YUV74.12179.86191.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 11 (4.69% from 255) = 3.24%
BLUE value IS 166 (65.23% from 255) = 48.82%
R=47.94%
G=3.24%
B=48.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163111660.020.9300.35298.8487.5734.71
HexA3BA625D02312b5823
Octal24313246213504345313043
Binary1010001110111010011010101110101000111001010111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30BA6; }

 p { color: rgb(163,11,166); }

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

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

 a { background-color: rgb(163,11,166); }

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

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

 span { border-color: rgb(163,11,166); }

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