#A017C6

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

Shades of Dark Violet #A017C6

Tints of Dark Violet #A017C6

Color information

#A017C6 (or 0xA017C6) is unknown color: approx Dark Violet. HEX triplet: A0, 17 and C6. RGB value is (160,23,198). Sum of RGB (Red+Green+Blue) = 160+23+198=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 198 (77.73% from 255 or 51.97% from 381); Max value from RGB is 198 - color contains mainly: blue. Hex color #A017C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A017C6 is #5FE839. Grayscale: #535353. Windows color (decimal): -6285370 or 12982176. OLE color: 12982176.

HSL color Cylindrical-coordinate representation of color #A017C6: hue angle of 286.97º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A017C6 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16023198-
CMYK0.190.8800.22
HSL286.97º79.19%43.33%-
HSV(B)286.97º88.38%77.65%-
XYZ2512.1654.46-
YUV83.91192.39182.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.99%
GREEN value IS 23 (9.38% from 255) = 6.04%
BLUE value IS 198 (77.73% from 255) = 51.97%
R=41.99%
G=6.04%
B=51.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal160231980.190.8800.22286.9779.1943.33
HexA017C6135801611f4f2b
Octal240273062313002643711753
Binary1010000010111110001101001110110000101101000111111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A017C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A017C6; }

 p { color: rgb(160,23,198); }

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

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

 a { background-color: rgb(160,23,198); }

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

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

 span { border-color: rgb(160,23,198); }

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