#A116C4

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

Shades of Dark Violet #A116C4

Tints of Dark Violet #A116C4

Color information

#A116C4 (or 0xA116C4) is unknown color: approx Dark Violet. HEX triplet: A1, 16 and C4. RGB value is (161,22,196). Sum of RGB (Red+Green+Blue) = 161+22+196=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 196 (76.95% from 255 or 51.72% from 379); Max value from RGB is 196 - color contains mainly: blue. Hex color #A116C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A116C4 is #5EE93B. Grayscale: #525252. Windows color (decimal): -6220092 or 12850849. OLE color: 12850849.

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

Color convert

RGB16122196-
CMYK0.180.8900.23
HSL287.93º79.82%42.75%-
HSV(B)287.93º88.78%76.86%-
XYZ24.9512.1453.25-
YUV83.4191.55183.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.48%
GREEN value IS 22 (8.98% from 255) = 5.80%
BLUE value IS 196 (76.95% from 255) = 51.72%
R=42.48%
G=5.80%
B=51.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161221960.180.8900.23287.9379.8242.75
HexA116C41259017120502b
Octal241263042213102744012053
Binary1010000110110110001001001010110010101111001000001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A116C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A116C4; }

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

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

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

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

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

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

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

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