#A108A3

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

Shades of Dark Magenta #A108A3

Tints of Dark Magenta #A108A3

Color information

#A108A3 (or 0xA108A3) is unknown color: approx Dark Magenta. HEX triplet: A1, 08 and A3. RGB value is (161,8,163). Sum of RGB (Red+Green+Blue) = 161+8+163=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 163 (64.06% from 255 or 49.10% from 332); Max value from RGB is 163 - color contains mainly: blue. Hex color #A108A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A108A3 is #5EF75C. Grayscale: #464646. Windows color (decimal): -6223709 or 10684577. OLE color: 10684577.

HSL color Cylindrical-coordinate representation of color #A108A3: hue angle of 299.23º 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 #A108A3 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1618163-
CMYK0.010.9500.36
HSL299.23º90.64%33.53%-
HSV(B)299.23º95.09%63.92%-
XYZ21.410.435.53-
YUV71.42179.69191.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 8 (3.52% from 255) = 2.41%
BLUE value IS 163 (64.06% from 255) = 49.10%
R=48.49%
G=2.41%
B=49.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16181630.010.9500.36299.2390.6433.53
HexA18A315F02412b5b22
Octal24110243113704445313342
Binary101000011000101000111101111101001001001010111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A108A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A108A3; }

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

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

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

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

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

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

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

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