#A915BA

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

Shades of Dark Violet #A915BA

Tints of Dark Violet #A915BA

Color information

#A915BA (or 0xA915BA) is unknown color: approx Dark Violet. HEX triplet: A9, 15 and BA. RGB value is (169,21,186). Sum of RGB (Red+Green+Blue) = 169+21+186=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #A915BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A915BA is #56EA45. Grayscale: #535353. Windows color (decimal): -5696070 or 12195241. OLE color: 12195241.

HSL color Cylindrical-coordinate representation of color #A915BA: hue angle of 293.82º 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 #A915BA is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16921186-
CMYK0.090.8900.27
HSL293.82º79.71%40.59%-
HSV(B)293.82º88.71%72.94%-
XYZ25.4912.5247.53-
YUV84.06185.53188.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.95%
GREEN value IS 21 (8.59% from 255) = 5.59%
BLUE value IS 186 (73.05% from 255) = 49.47%
R=44.95%
G=5.59%
B=49.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169211860.090.8900.27293.8279.7140.59
HexA915BA95901B1265029
Octal251252721113103344612051
Binary101010011010110111010100110110010110111001001101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A915BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A915BA; }

 p { color: rgb(169,21,186); }

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

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

 a { background-color: rgb(169,21,186); }

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

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

 span { border-color: rgb(169,21,186); }

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