#A10FBD

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

Shades of Dark Violet #A10FBD

Tints of Dark Violet #A10FBD

Color information

#A10FBD (or 0xA10FBD) is unknown color: approx Dark Violet. HEX triplet: A1, 0F and BD. RGB value is (161,15,189). Sum of RGB (Red+Green+Blue) = 161+15+189=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #A10FBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FBD is #5EF042. Grayscale: #4D4D4D. Windows color (decimal): -6221891 or 12390305. OLE color: 12390305.

HSL color Cylindrical-coordinate representation of color #A10FBD: hue angle of 290.34º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A10FBD is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16115189-
CMYK0.150.9200.26
HSL290.34º85.29%40%-
HSV(B)290.34º92.06%74.12%-
XYZ24.0511.5949.11-
YUV78.49190.37186.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.11%
GREEN value IS 15 (6.25% from 255) = 4.11%
BLUE value IS 189 (74.22% from 255) = 51.78%
R=44.11%
G=4.11%
B=51.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161151890.150.9200.26290.3485.2940
HexA1FBDF5C01A1225528
Octal241172751713403244212550
Binary10100001111110111101111110111000110101001000101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10FBD; }

 p { color: rgb(161,15,189); }

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

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

 a { background-color: rgb(161,15,189); }

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

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

 span { border-color: rgb(161,15,189); }

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