#A613C8

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

Shades of Dark Violet #A613C8

Tints of Dark Violet #A613C8

Color information

#A613C8 (or 0xA613C8) is unknown color: approx Dark Violet. HEX triplet: A6, 13 and C8. RGB value is (166,19,200). Sum of RGB (Red+Green+Blue) = 166+19+200=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 200 (78.52% from 255 or 51.95% from 385); Max value from RGB is 200 - color contains mainly: blue. Hex color #A613C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A613C8 is #59EC37. Grayscale: #535353. Windows color (decimal): -5893176 or 13112230. OLE color: 13112230.

HSL color Cylindrical-coordinate representation of color #A613C8: hue angle of 288.73º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A613C8 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16619200-
CMYK0.170.9000.22
HSL288.73º82.65%42.94%-
HSV(B)288.73º90.5%78.43%-
XYZ26.3812.7455.71-
YUV83.59193.7186.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 19 (7.81% from 255) = 4.94%
BLUE value IS 200 (78.52% from 255) = 51.95%
R=43.12%
G=4.94%
B=51.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal166192000.170.9000.22288.7382.6542.94
HexA613C8115A016121532b
Octal246233102113202644112353
Binary1010011010011110010001000110110100101101001000011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A613C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A613C8; }

 p { color: rgb(166,19,200); }

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

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

 a { background-color: rgb(166,19,200); }

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

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

 span { border-color: rgb(166,19,200); }

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