#A413B9

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

Shades of Dark Violet #A413B9

Tints of Dark Violet #A413B9

Color information

#A413B9 (or 0xA413B9) is unknown color: approx Dark Violet. HEX triplet: A4, 13 and B9. RGB value is (164,19,185). Sum of RGB (Red+Green+Blue) = 164+19+185=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 185 (72.66% from 255 or 50.27% from 368); Max value from RGB is 185 - color contains mainly: blue. Hex color #A413B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A413B9 is #5BEC46. Grayscale: #505050. Windows color (decimal): -6024263 or 12129188. OLE color: 12129188.

HSL color Cylindrical-coordinate representation of color #A413B9: hue angle of 292.41º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A413B9 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16419185-
CMYK0.110.9000.27
HSL292.41º81.37%40%-
HSV(B)292.41º89.73%72.55%-
XYZ24.311.8646.91-
YUV81.28186.54187-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 19 (7.81% from 255) = 5.16%
BLUE value IS 185 (72.66% from 255) = 50.27%
R=44.57%
G=5.16%
B=50.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164191850.110.9000.27292.4181.3740
HexA413B9B5A01B1245128
Octal244232711313203344412150
Binary101001001001110111001101110110100110111001001001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A413B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A413B9; }

 p { color: rgb(164,19,185); }

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

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

 a { background-color: rgb(164,19,185); }

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

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

 span { border-color: rgb(164,19,185); }

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