#A10DB8

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

Shades of Dark Violet #A10DB8

Tints of Dark Violet #A10DB8

Color information

#A10DB8 (or 0xA10DB8) is unknown color: approx Dark Violet. HEX triplet: A1, 0D and B8. RGB value is (161,13,184). Sum of RGB (Red+Green+Blue) = 161+13+184=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #A10DB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10DB8 is #5EF247. Grayscale: #4C4C4C. Windows color (decimal): -6222408 or 12062113. OLE color: 12062113.

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

Color convert

RGB16113184-
CMYK0.120.9300.28
HSL291.93º86.8%38.63%-
HSV(B)291.93º92.93%72.16%-
XYZ23.4911.3346.3-
YUV76.75188.53188.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 13 (5.47% from 255) = 3.63%
BLUE value IS 184 (72.27% from 255) = 51.40%
R=44.97%
G=3.63%
B=51.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal161131840.120.9300.28291.9386.838.63
HexA1DB8C5D01C1245727
Octal241152701413503444412747
Binary10100001110110111000110010111010111001001001001010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10DB8; }

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

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

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

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

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

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

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

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