#A108B4

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

Shades of Dark Violet #A108B4

Tints of Dark Violet #A108B4

Color information

#A108B4 (or 0xA108B4) is unknown color: approx Dark Violet. HEX triplet: A1, 08 and B4. RGB value is (161,8,180). Sum of RGB (Red+Green+Blue) = 161+8+180=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 180 (70.70% from 255 or 51.58% from 349); Max value from RGB is 180 - color contains mainly: blue. Hex color #A108B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A108B4 is #5EF74B. Grayscale: #484848. Windows color (decimal): -6223692 or 11798689. OLE color: 11798689.

HSL color Cylindrical-coordinate representation of color #A108B4: hue angle of 293.37º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A108B4 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1618180-
CMYK0.110.9600.29
HSL293.37º91.49%36.86%-
HSV(B)293.37º95.56%70.59%-
XYZ23.0211.0544.1-
YUV73.35188.19190.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 8 (3.52% from 255) = 2.29%
BLUE value IS 180 (70.70% from 255) = 51.58%
R=46.13%
G=2.29%
B=51.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16181800.110.9600.29293.3791.4936.86
HexA18B4B6001D1255b25
Octal241102641314003544513345
Binary10100001100010110100101111000000111011001001011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A108B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A108B4; }

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

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

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

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

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

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

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

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