#A411BD

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

Shades of Dark Violet #A411BD

Tints of Dark Violet #A411BD

Color information

#A411BD (or 0xA411BD) is unknown color: approx Dark Violet. HEX triplet: A4, 11 and BD. RGB value is (164,17,189). Sum of RGB (Red+Green+Blue) = 164+17+189=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #A411BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A411BD is #5BEE42. Grayscale: #505050. Windows color (decimal): -6024771 or 12390820. OLE color: 12390820.

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

Color convert

RGB16417189-
CMYK0.130.9100.26
HSL291.28º83.5%40.39%-
HSV(B)291.28º91.01%74.12%-
XYZ24.711.9749.15-
YUV80.56189.2187.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.32%
GREEN value IS 17 (7.03% from 255) = 4.59%
BLUE value IS 189 (74.22% from 255) = 51.08%
R=44.32%
G=4.59%
B=51.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164171890.130.9100.26291.2883.540.39
HexA411BDD5B01A1235328
Octal244212751513303244312350
Binary101001001000110111101110110110110110101001000111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A411BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A411BD; }

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

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

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

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

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

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

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

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