#A80CD1

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

Shades of Dark Violet #A80CD1

Tints of Dark Violet #A80CD1

Color information

#A80CD1 (or 0xA80CD1) is unknown color: approx Dark Violet. HEX triplet: A8, 0C and D1. RGB value is (168,12,209). Sum of RGB (Red+Green+Blue) = 168+12+209=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 209 (82.03% from 255 or 53.73% from 389); Max value from RGB is 209 - color contains mainly: blue. Hex color #A80CD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CD1 is #57F32E. Grayscale: #505050. Windows color (decimal): -5763887 or 13700264. OLE color: 13700264.

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

Color convert

RGB16812209-
CMYK0.200.9400.18
HSL287.51º89.14%43.33%-
HSV(B)287.51º94.26%81.96%-
XYZ27.7913.1961.4-
YUV81.1200.18189.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.19%
GREEN value IS 12 (5.08% from 255) = 3.08%
BLUE value IS 209 (82.03% from 255) = 53.73%
R=43.19%
G=3.08%
B=53.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168122090.200.9400.18287.5189.1443.33
HexA8CD1145E012120592b
Octal250143212413602244013153
Binary101010001100110100011010010111100100101001000001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80CD1; }

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

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

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

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

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

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

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

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