#A816C5

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

Shades of Dark Violet #A816C5

Tints of Dark Violet #A816C5

Color information

#A816C5 (or 0xA816C5) is unknown color: approx Dark Violet. HEX triplet: A8, 16 and C5. RGB value is (168,22,197). Sum of RGB (Red+Green+Blue) = 168+22+197=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 22 (8.98% from 255 or 5.68% 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 #A816C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816C5 is #57E93A. Grayscale: #555555. Windows color (decimal): -5761339 or 12916392. OLE color: 12916392.

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

Color convert

RGB16822197-
CMYK0.150.8900.23
HSL290.06º79.91%42.94%-
HSV(B)290.06º88.83%77.25%-
XYZ26.5112.9353.92-
YUV85.6190.87186.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.41%
GREEN value IS 22 (8.98% from 255) = 5.68%
BLUE value IS 197 (77.34% from 255) = 50.90%
R=43.41%
G=5.68%
B=50.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal168221970.150.8900.23290.0679.9142.94
HexA816C5F59017122502b
Octal250263051713102744212053
Binary101010001011011000101111110110010101111001000101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A816C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A816C5; }

 p { color: rgb(168,22,197); }

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

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

 a { background-color: rgb(168,22,197); }

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

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

 span { border-color: rgb(168,22,197); }

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