#A915C3

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

Shades of Dark Violet #A915C3

Tints of Dark Violet #A915C3

Color information

#A915C3 (or 0xA915C3) is unknown color: approx Dark Violet. HEX triplet: A9, 15 and C3. RGB value is (169,21,195). Sum of RGB (Red+Green+Blue) = 169+21+195=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #A915C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A915C3 is #56EA3C. Grayscale: #545454. Windows color (decimal): -5696061 or 12785065. OLE color: 12785065.

HSL color Cylindrical-coordinate representation of color #A915C3: hue angle of 291.03º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A915C3 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16921195-
CMYK0.130.8900.24
HSL291.03º80.56%42.35%-
HSV(B)291.03º89.23%76.47%-
XYZ26.4812.9152.73-
YUV85.09190.03187.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 21 (8.59% from 255) = 5.45%
BLUE value IS 195 (76.56% from 255) = 50.65%
R=43.90%
G=5.45%
B=50.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal169211950.130.8900.24291.0380.5642.35
HexA915C3D59018123512a
Octal251253031513103044312152
Binary101010011010111000011110110110010110001001000111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A915C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A915C3; }

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

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

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

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

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

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

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

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