#A916C4

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

Shades of Dark Violet #A916C4

Tints of Dark Violet #A916C4

Color information

#A916C4 (or 0xA916C4) is unknown color: approx Dark Violet. HEX triplet: A9, 16 and C4. RGB value is (169,22,196). Sum of RGB (Red+Green+Blue) = 169+22+196=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 196 (76.95% from 255 or 50.65% from 387); Max value from RGB is 196 - color contains mainly: blue. Hex color #A916C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A916C4 is #56E93B. Grayscale: #555555. Windows color (decimal): -5695804 or 12850857. OLE color: 12850857.

HSL color Cylindrical-coordinate representation of color #A916C4: hue angle of 290.69º degrees, saturation: 0.8, 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 #A916C4 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16922196-
CMYK0.140.8900.23
HSL290.69º79.82%42.75%-
HSV(B)290.69º88.78%76.86%-
XYZ26.6112.9953.33-
YUV85.79190.2187.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 22 (8.98% from 255) = 5.68%
BLUE value IS 196 (76.95% from 255) = 50.65%
R=43.67%
G=5.68%
B=50.65%

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
Decimal169221960.140.8900.23290.6979.8242.75
HexA916C4E59017123502b
Octal251263041613102744312053
Binary101010011011011000100111010110010101111001000111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A916C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A916C4; }

 p { color: rgb(169,22,196); }

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

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

 a { background-color: rgb(169,22,196); }

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

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

 span { border-color: rgb(169,22,196); }

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