#A106BC

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

Shades of Dark Violet #A106BC

Tints of Dark Violet #A106BC

Color information

#A106BC (or 0xA106BC) is unknown color: approx Dark Violet. HEX triplet: A1, 06 and BC. RGB value is (161,6,188). Sum of RGB (Red+Green+Blue) = 161+6+188=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #A106BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A106BC is #5EF943. Grayscale: #484848. Windows color (decimal): -6224196 or 12322465. OLE color: 12322465.

HSL color Cylindrical-coordinate representation of color #A106BC: hue angle of 291.1º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A106BC is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1616188-
CMYK0.140.9700.26
HSL291.1º93.81%38.04%-
HSV(B)291.1º96.81%73.73%-
XYZ23.8411.3448.51-
YUV73.09192.85190.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 6 (2.73% from 255) = 1.69%
BLUE value IS 188 (73.83% from 255) = 52.96%
R=45.35%
G=1.69%
B=52.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16161880.140.9700.26291.193.8138.04
HexA16BCE6101A1235e26
Octal24162741614103244313646
Binary1010000111010111100111011000010110101001000111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A106BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A106BC; }

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

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

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

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

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

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

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

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