#A915C5

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

Shades of Dark Violet #A915C5

Tints of Dark Violet #A915C5

Color information

#A915C5 (or 0xA915C5) is unknown color: approx Dark Violet. HEX triplet: A9, 15 and C5. RGB value is (169,21,197). Sum of RGB (Red+Green+Blue) = 169+21+197=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 197 (77.34% from 255 or 50.90% from 387); Max value from RGB is 197 - color contains mainly: blue. Hex color #A915C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A915C5 is #56EA3A. Grayscale: #545454. Windows color (decimal): -5696059 or 12916137. OLE color: 12916137.

HSL color Cylindrical-coordinate representation of color #A915C5: hue angle of 290.45º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A915C5 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16921197-
CMYK0.140.8900.23
HSL290.45º80.73%42.75%-
HSV(B)290.45º89.34%77.25%-
XYZ26.711353.93-
YUV85.32191.03187.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 21 (8.59% from 255) = 5.43%
BLUE value IS 197 (77.34% from 255) = 50.90%
R=43.67%
G=5.43%
B=50.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal169211970.140.8900.23290.4580.7342.75
HexA915C5E59017122512b
Octal251253051613102744212153
Binary101010011010111000101111010110010101111001000101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A915C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A915C5; }

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

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

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

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

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

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

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

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