#A511AF

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

Shades of Dark Violet #A511AF

Tints of Dark Violet #A511AF

Color information

#A511AF (or 0xA511AF) is unknown color: approx Dark Violet. HEX triplet: A5, 11 and AF. RGB value is (165,17,175). Sum of RGB (Red+Green+Blue) = 165+17+175=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #A511AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A511AF is #5AEE50. Grayscale: #4E4E4E. Windows color (decimal): -5959249 or 11473317. OLE color: 11473317.

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

Color convert

RGB16517175-
CMYK0.060.9000.31
HSL296.2º82.29%37.65%-
HSV(B)296.2º90.29%68.63%-
XYZ23.4611.541.54-
YUV79.26182.03189.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 17 (7.03% from 255) = 4.76%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=46.22%
G=4.76%
B=49.02%

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
Decimal165171750.060.9000.31296.282.2937.65
HexA511AF65A01F1285226
Octal24521257613203745012246
Binary10100101100011010111111010110100111111001010001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A511AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A511AF; }

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

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

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

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

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

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

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

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