#A411AF

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

Shades of Dark Violet #A411AF

Tints of Dark Violet #A411AF

Color information

#A411AF (or 0xA411AF) is unknown color: approx Dark Violet. HEX triplet: A4, 11 and AF. RGB value is (164,17,175). Sum of RGB (Red+Green+Blue) = 164+17+175=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #A411AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A411AF is #5BEE50. Grayscale: #4E4E4E. Windows color (decimal): -6024785 or 11473316. OLE color: 11473316.

HSL color Cylindrical-coordinate representation of color #A411AF: hue angle of 295.82º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A411AF is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16417175-
CMYK0.060.9000.31
HSL295.82º82.29%37.65%-
HSV(B)295.82º90.29%68.63%-
XYZ23.2511.3941.53-
YUV78.96182.2188.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 17 (7.03% from 255) = 4.78%
BLUE value IS 175 (68.75% from 255) = 49.16%
R=46.07%
G=4.78%
B=49.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164171750.060.9000.31295.8282.2937.65
HexA411AF65A01F1285226
Octal24421257613203745012246
Binary10100100100011010111111010110100111111001010001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A411AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A411AF; }

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

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

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

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

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

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

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

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