#A815D1

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

Shades of Dark Violet #A815D1

Tints of Dark Violet #A815D1

Color information

#A815D1 (or 0xA815D1) is unknown color: approx Dark Violet. HEX triplet: A8, 15 and D1. RGB value is (168,21,209). Sum of RGB (Red+Green+Blue) = 168+21+209=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #A815D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815D1 is #57EA2E. Grayscale: #555555. Windows color (decimal): -5761583 or 13702568. OLE color: 13702568.

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

Color convert

RGB16821209-
CMYK0.200.9000.18
HSL286.91º81.74%45.1%-
HSV(B)286.91º89.95%81.96%-
XYZ27.9313.4661.45-
YUV86.38197.2186.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.21%
GREEN value IS 21 (8.59% from 255) = 5.28%
BLUE value IS 209 (82.03% from 255) = 52.51%
R=42.21%
G=5.28%
B=52.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168212090.200.9000.18286.9181.7445.1
HexA815D1145A01211f522d
Octal250253212413202243712255
Binary1010100010101110100011010010110100100101000111111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A815D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A815D1; }

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

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

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

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

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

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

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

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