#A611AF

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

Shades of Dark Violet #A611AF

Tints of Dark Violet #A611AF

Color information

#A611AF (or 0xA611AF) is unknown color: approx Dark Violet. HEX triplet: A6, 11 and AF. RGB value is (166,17,175). Sum of RGB (Red+Green+Blue) = 166+17+175=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #A611AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A611AF is #59EE50. Grayscale: #4F4F4F. Windows color (decimal): -5893713 or 11473318. OLE color: 11473318.

HSL color Cylindrical-coordinate representation of color #A611AF: hue angle of 296.58º 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 #A611AF is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16617175-
CMYK0.050.9000.31
HSL296.58º82.29%37.65%-
HSV(B)296.58º90.29%68.63%-
XYZ23.6611.641.55-
YUV79.56181.86189.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 17 (7.03% from 255) = 4.75%
BLUE value IS 175 (68.75% from 255) = 48.88%
R=46.37%
G=4.75%
B=48.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166171750.050.9000.31296.5882.2937.65
HexA611AF55A01F1295226
Octal24621257513203745112246
Binary10100110100011010111110110110100111111001010011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A611AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A611AF; }

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

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

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

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

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

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

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

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