#A408BD

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

Shades of Dark Violet #A408BD

Tints of Dark Violet #A408BD

Color information

#A408BD (or 0xA408BD) is unknown color: approx Dark Violet. HEX triplet: A4, 08 and BD. RGB value is (164,8,189). Sum of RGB (Red+Green+Blue) = 164+8+189=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #A408BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A408BD is #5BF742. Grayscale: #4A4A4A. Windows color (decimal): -6027075 or 12388516. OLE color: 12388516.

HSL color Cylindrical-coordinate representation of color #A408BD: hue angle of 291.71º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A408BD is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1648189-
CMYK0.130.9600.26
HSL291.71º91.88%38.63%-
HSV(B)291.71º95.77%74.12%-
XYZ24.5811.7449.11-
YUV75.28192.18191.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 8 (3.52% from 255) = 2.22%
BLUE value IS 189 (74.22% from 255) = 52.35%
R=45.43%
G=2.22%
B=52.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16481890.130.9600.26291.7191.8838.63
HexA48BDD6001A1245c27
Octal244102751514003244413447
Binary10100100100010111101110111000000110101001001001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A408BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A408BD; }

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

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

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

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

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

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

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

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