#a511cc

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

Shades of Dark Violet #A511CC

Tints of Dark Violet #A511CC

Color information

#A511CC (or 0xA511CC) is unknown color: approx Dark Violet. HEX triplet: A5, 11 and CC. RGB value is (165,17,204). Sum of RGB (Red+Green+Blue) = 165+17+204=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #A511CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511CC is #5AEE33. Grayscale: #515151. Windows color (decimal): -5959220 or 13373861. OLE color: 13373861.

HSL color Cylindrical-coordinate representation of color #A511CC: hue angle of 287.49º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A511CC is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16517204-
CMYK0.190.9200.2
HSL287.49º84.62%43.33%-
HSV(B)287.49º91.67%80%-
XYZ26.6212.7658.19-
YUV82.57196.53186.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.75%
GREEN value IS 17 (7.03% from 255) = 4.40%
BLUE value IS 204 (80.08% from 255) = 52.85%
R=42.75%
G=4.40%
B=52.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal165172040.190.9200.2287.4984.6243.33
HexA511CC135C01411f552b
Octal245213142313402443712553
Binary1010010110001110011001001110111000101001000111111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a511cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a511cc; }

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

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

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

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

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

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

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

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