#A108DC

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

Shades of Dark Violet #A108DC

Tints of Dark Violet #A108DC

Color information

#A108DC (or 0xA108DC) is unknown color: approx Dark Violet. HEX triplet: A1, 08 and DC. RGB value is (161,8,220). Sum of RGB (Red+Green+Blue) = 161+8+220=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #A108DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A108DC is #5EF723. Grayscale: #4D4D4D. Windows color (decimal): -6223652 or 14420129. OLE color: 14420129.

HSL color Cylindrical-coordinate representation of color #A108DC: hue angle of 283.3º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A108DC is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1618220-
CMYK0.270.9600.14
HSL283.3º92.98%44.71%-
HSV(B)283.3º96.36%86.27%-
XYZ27.712.9268.74-
YUV77.91208.19187.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.39%
GREEN value IS 8 (3.52% from 255) = 2.06%
BLUE value IS 220 (86.33% from 255) = 56.56%
R=41.39%
G=2.06%
B=56.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal16182200.270.9600.14283.392.9844.71
HexA18DC1B600E11b5d2d
Octal241103343314001643313555
Binary10100001100011011100110111100000011101000110111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A108DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A108DC; }

 p { color: rgb(161,8,220); }

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

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

 a { background-color: rgb(161,8,220); }

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

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

 span { border-color: rgb(161,8,220); }

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