#A815CE

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

Shades of Dark Violet #A815CE

Tints of Dark Violet #A815CE

Color information

#A815CE (or 0xA815CE) is unknown color: approx Dark Violet. HEX triplet: A8, 15 and CE. RGB value is (168,21,206). Sum of RGB (Red+Green+Blue) = 168+21+206=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #A815CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815CE is #57EA31. Grayscale: #555555. Windows color (decimal): -5761586 or 13505960. OLE color: 13505960.

HSL color Cylindrical-coordinate representation of color #A815CE: hue angle of 287.68º 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 #A815CE is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16821206-
CMYK0.180.9000.19
HSL287.68º81.5%44.51%-
HSV(B)287.68º89.81%80.78%-
XYZ27.5613.3259.51-
YUV86.04195.7186.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.53%
GREEN value IS 21 (8.59% from 255) = 5.32%
BLUE value IS 206 (80.86% from 255) = 52.15%
R=42.53%
G=5.32%
B=52.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal168212060.180.9000.19287.6881.544.51
HexA815CE125A013120512d
Octal250253162213202344012155
Binary1010100010101110011101001010110100100111001000001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A815CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A815CE; }

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

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

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

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

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

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

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

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