#a10bb4

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

Shades of Dark Violet #A10BB4

Tints of Dark Violet #A10BB4

Color information

#A10BB4 (or 0xA10BB4) is unknown color: approx Dark Violet. HEX triplet: A1, 0B and B4. RGB value is (161,11,180). Sum of RGB (Red+Green+Blue) = 161+11+180=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 180 (70.70% from 255 or 51.14% from 352); Max value from RGB is 180 - color contains mainly: blue. Hex color #A10BB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10BB4 is #5EF44B. Grayscale: #4A4A4A. Windows color (decimal): -6222924 or 11799457. OLE color: 11799457.

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

Color convert

RGB16111180-
CMYK0.110.9400.29
HSL293.25º88.48%37.45%-
HSV(B)293.25º93.89%70.59%-
XYZ23.0611.1144.11-
YUV75.12187.2189.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 11 (4.69% from 255) = 3.12%
BLUE value IS 180 (70.70% from 255) = 51.14%
R=45.74%
G=3.12%
B=51.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161111800.110.9400.29293.2588.4837.45
HexA1BB4B5E01D1255825
Octal241132641313603544513045
Binary10100001101110110100101110111100111011001001011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a10bb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a10bb4; }

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

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

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

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

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

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

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

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