#A408B9

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

Shades of Dark Violet #A408B9

Tints of Dark Violet #A408B9

Color information

#A408B9 (or 0xA408B9) is unknown color: approx Dark Violet. HEX triplet: A4, 08 and B9. RGB value is (164,8,185). Sum of RGB (Red+Green+Blue) = 164+8+185=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 185 (72.66% from 255 or 51.82% from 357); Max value from RGB is 185 - color contains mainly: blue. Hex color #A408B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A408B9 is #5BF746. Grayscale: #4A4A4A. Windows color (decimal): -6027079 or 12126372. OLE color: 12126372.

HSL color Cylindrical-coordinate representation of color #A408B9: hue angle of 292.88º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A408B9 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1648185-
CMYK0.110.9600.27
HSL292.88º91.71%37.84%-
HSV(B)292.88º95.68%72.55%-
XYZ24.1511.5746.86-
YUV74.82190.18191.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 8 (3.52% from 255) = 2.24%
BLUE value IS 185 (72.66% from 255) = 51.82%
R=45.94%
G=2.24%
B=51.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16481850.110.9600.27292.8891.7137.84
HexA48B9B6001B1255c26
Octal244102711314003344513446
Binary10100100100010111001101111000000110111001001011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A408B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A408B9; }

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

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

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

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

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

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

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

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