#A12993

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

Shades of Dark Purple #A12993

Tints of Dark Purple #A12993

Color information

#A12993 (or 0xA12993) is unknown color: approx Dark Purple. HEX triplet: A1, 29 and 93. RGB value is (161,41,147). Sum of RGB (Red+Green+Blue) = 161+41+147=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A12993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12993 is #5ED66C. Grayscale: #585858. Windows color (decimal): -6215277 or 9644449. OLE color: 9644449.

HSL color Cylindrical-coordinate representation of color #A12993: hue angle of 307º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12993 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB16141147-
CMYK00.750.090.37
HSL307º59.41%39.61%-
HSV(B)307º74.53%63.14%-
XYZ20.7611.2728.68-
YUV88.96160.76179.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 41 (16.41% from 255) = 11.75%
BLUE value IS 147 (57.81% from 255) = 42.12%
R=46.13%
G=11.75%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614114700.750.090.3730759.4139.61
HexA1299304B9251333b28
Octal24151223011311454637350
Binary1010000110100110010011010010111001100101100110011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12993; }

 p { color: rgb(161,41,147); }

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

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

 a { background-color: rgb(161,41,147); }

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

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

 span { border-color: rgb(161,41,147); }

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