#A411BE

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

Shades of Dark Violet #A411BE

Tints of Dark Violet #A411BE

Color information

#A411BE (or 0xA411BE) is unknown color: approx Dark Violet. HEX triplet: A4, 11 and BE. RGB value is (164,17,190). Sum of RGB (Red+Green+Blue) = 164+17+190=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #A411BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A411BE is #5BEE41. Grayscale: #505050. Windows color (decimal): -6024770 or 12456356. OLE color: 12456356.

HSL color Cylindrical-coordinate representation of color #A411BE: hue angle of 290.98º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A411BE is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16417190-
CMYK0.140.9100.25
HSL290.98º83.57%40.59%-
HSV(B)290.98º91.05%74.51%-
XYZ24.812.0149.73-
YUV80.68189.7187.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 17 (7.03% from 255) = 4.58%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=44.20%
G=4.58%
B=51.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164171900.140.9100.25290.9883.5740.59
HexA411BEE5B0191235429
Octal244212761613303144312451
Binary101001001000110111110111010110110110011001000111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A411BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A411BE; }

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

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

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

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

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

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

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

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