#A515BB

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

Shades of Dark Violet #A515BB

Tints of Dark Violet #A515BB

Color information

#A515BB (or 0xA515BB) is unknown color: approx Dark Violet. HEX triplet: A5, 15 and BB. RGB value is (165,21,187). Sum of RGB (Red+Green+Blue) = 165+21+187=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #A515BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515BB is #5AEA44. Grayscale: #525252. Windows color (decimal): -5958213 or 12260773. OLE color: 12260773.

HSL color Cylindrical-coordinate representation of color #A515BB: hue angle of 292.05º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A515BB is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16521187-
CMYK0.120.8900.27
HSL292.05º79.81%40.78%-
HSV(B)292.05º88.77%73.33%-
XYZ24.7512.1248.05-
YUV82.98186.71186.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 21 (8.59% from 255) = 5.63%
BLUE value IS 187 (73.44% from 255) = 50.13%
R=44.24%
G=5.63%
B=50.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165211870.120.8900.27292.0579.8140.78
HexA515BBC5901B1245029
Octal245252731413103344412051
Binary101001011010110111011110010110010110111001001001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A515BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A515BB; }

 p { color: rgb(165,21,187); }

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

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

 a { background-color: rgb(165,21,187); }

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

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

 span { border-color: rgb(165,21,187); }

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