#A511C1

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

Shades of Dark Violet #A511C1

Tints of Dark Violet #A511C1

Color information

#A511C1 (or 0xA511C1) is unknown color: approx Dark Violet. HEX triplet: A5, 11 and C1. RGB value is (165,17,193). Sum of RGB (Red+Green+Blue) = 165+17+193=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #A511C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511C1 is #5AEE3E. Grayscale: #505050. Windows color (decimal): -5959231 or 12652965. OLE color: 12652965.

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

Color convert

RGB16517193-
CMYK0.150.9100.24
HSL290.45º83.81%41.18%-
HSV(B)290.45º91.19%75.69%-
XYZ25.3412.2551.48-
YUV81.32191.03187.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 17 (7.03% from 255) = 4.53%
BLUE value IS 193 (75.78% from 255) = 51.47%
R=44%
G=4.53%
B=51.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165171930.150.9100.24290.4583.8141.18
HexA511C1F5B0181225429
Octal245213011713303044212451
Binary101001011000111000001111110110110110001001000101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A511C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A511C1; }

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

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

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

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

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

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

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

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