#A108E0

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

Shades of Dark Violet #A108E0

Tints of Dark Violet #A108E0

Color information

#A108E0 (or 0xA108E0) is unknown color: approx Dark Violet. HEX triplet: A1, 08 and E0. RGB value is (161,8,224). Sum of RGB (Red+Green+Blue) = 161+8+224=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 224 (87.89% from 255 or 57.00% from 393); Max value from RGB is 224 - color contains mainly: blue. Hex color #A108E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A108E0 is #5EF71F. Grayscale: #4D4D4D. Windows color (decimal): -6223648 or 14682273. OLE color: 14682273.

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

Color convert

RGB1618224-
CMYK0.280.9600.12
HSL282.5º93.1%45.49%-
HSV(B)282.5º96.43%87.84%-
XYZ28.2413.1371.57-
YUV78.37210.19186.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 8 (3.52% from 255) = 2.04%
BLUE value IS 224 (87.89% from 255) = 57.00%
R=40.97%
G=2.04%
B=57.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal16182240.280.9600.12282.593.145.49
HexA18E01C600C11a5d2d
Octal241103403414001443213555
Binary10100001100011100000111001100000011001000110101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A108E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A108E0; }

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

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

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

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

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

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

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

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