#A814D7

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

Shades of Dark Violet #A814D7

Tints of Dark Violet #A814D7

Color information

#A814D7 (or 0xA814D7) is unknown color: approx Dark Violet. HEX triplet: A8, 14 and D7. RGB value is (168,20,215). Sum of RGB (Red+Green+Blue) = 168+20+215=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 215 (84.38% from 255 or 53.35% from 403); Max value from RGB is 215 - color contains mainly: blue. Hex color #A814D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A814D7 is #57EB28. Grayscale: #555555. Windows color (decimal): -5761833 or 14095528. OLE color: 14095528.

HSL color Cylindrical-coordinate representation of color #A814D7: hue angle of 285.54º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A814D7 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16820215-
CMYK0.220.9100.16
HSL285.54º82.98%46.08%-
HSV(B)285.54º90.7%84.31%-
XYZ28.6613.7365.43-
YUV86.48200.53186.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.69%
GREEN value IS 20 (8.20% from 255) = 4.96%
BLUE value IS 215 (84.38% from 255) = 53.35%
R=41.69%
G=4.96%
B=53.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168202150.220.9100.16285.5482.9846.08
HexA814D7165B01011e532e
Octal250243272613302043612356
Binary1010100010100110101111011010110110100001000111101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A814D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A814D7; }

 p { color: rgb(168,20,215); }

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

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

 a { background-color: rgb(168,20,215); }

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

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

 span { border-color: rgb(168,20,215); }

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