#A615CE

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

Shades of Dark Violet #A615CE

Tints of Dark Violet #A615CE

Color information

#A615CE (or 0xA615CE) is unknown color: approx Dark Violet. HEX triplet: A6, 15 and CE. RGB value is (166,21,206). Sum of RGB (Red+Green+Blue) = 166+21+206=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #A615CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A615CE is #59EA31. Grayscale: #545454. Windows color (decimal): -5892658 or 13505958. OLE color: 13505958.

HSL color Cylindrical-coordinate representation of color #A615CE: hue angle of 287.03º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A615CE is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16621206-
CMYK0.190.9000.19
HSL287.03º81.5%44.51%-
HSV(B)287.03º89.81%80.78%-
XYZ27.1313.159.49-
YUV85.44196.04185.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 21 (8.59% from 255) = 5.34%
BLUE value IS 206 (80.86% from 255) = 52.42%
R=42.24%
G=5.34%
B=52.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166212060.190.9000.19287.0381.544.51
HexA615CE135A01311f512d
Octal246253162313202343712155
Binary1010011010101110011101001110110100100111000111111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A615CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A615CE; }

 p { color: rgb(166,21,206); }

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

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

 a { background-color: rgb(166,21,206); }

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

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

 span { border-color: rgb(166,21,206); }

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