#A613B2

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

Shades of Dark Violet #A613B2

Tints of Dark Violet #A613B2

Color information

#A613B2 (or 0xA613B2) is unknown color: approx Dark Violet. HEX triplet: A6, 13 and B2. RGB value is (166,19,178). Sum of RGB (Red+Green+Blue) = 166+19+178=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 178 - color contains mainly: blue. Hex color #A613B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A613B2 is #59EC4D. Grayscale: #505050. Windows color (decimal): -5893198 or 11670438. OLE color: 11670438.

HSL color Cylindrical-coordinate representation of color #A613B2: hue angle of 295.47º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A613B2 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16619178-
CMYK0.070.8900.30
HSL295.47º80.71%38.63%-
HSV(B)295.47º89.33%69.8%-
XYZ23.9911.7943.13-
YUV81.08182.7188.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.73%
GREEN value IS 19 (7.81% from 255) = 5.23%
BLUE value IS 178 (69.92% from 255) = 49.04%
R=45.73%
G=5.23%
B=49.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal166191780.070.8900.30295.4780.7138.63
HexA613B275901E1275127
Octal24623262713103644712147
Binary10100110100111011001011110110010111101001001111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A613B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A613B2; }

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

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

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

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

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

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

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

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