#A106B8

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

Shades of Dark Violet #A106B8

Tints of Dark Violet #A106B8

Color information

#A106B8 (or 0xA106B8) is unknown color: approx Dark Violet. HEX triplet: A1, 06 and B8. RGB value is (161,6,184). Sum of RGB (Red+Green+Blue) = 161+6+184=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 184 (72.27% from 255 or 52.42% from 351); Max value from RGB is 184 - color contains mainly: blue. Hex color #A106B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A106B8 is #5EF947. Grayscale: #484848. Windows color (decimal): -6224200 or 12060321. OLE color: 12060321.

HSL color Cylindrical-coordinate representation of color #A106B8: hue angle of 292.25º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A106B8 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1616184-
CMYK0.120.9700.28
HSL292.25º93.68%37.25%-
HSV(B)292.25º96.74%72.16%-
XYZ23.4111.1746.27-
YUV72.64190.85191.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.87%
GREEN value IS 6 (2.73% from 255) = 1.71%
BLUE value IS 184 (72.27% from 255) = 52.42%
R=45.87%
G=1.71%
B=52.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16161840.120.9700.28292.2593.6837.25
HexA16B8C6101C1245e25
Octal24162701414103444413645
Binary1010000111010111000110011000010111001001001001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A106B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A106B8; }

 p { color: rgb(161,6,184); }

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

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

 a { background-color: rgb(161,6,184); }

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

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

 span { border-color: rgb(161,6,184); }

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