#A610BB

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

Shades of Dark Violet #A610BB

Tints of Dark Violet #A610BB

Color information

#A610BB (or 0xA610BB) is unknown color: approx Dark Violet. HEX triplet: A6, 10 and BB. RGB value is (166,16,187). Sum of RGB (Red+Green+Blue) = 166+16+187=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #A610BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610BB is #59EF44. Grayscale: #4F4F4F. Windows color (decimal): -5893957 or 12259494. OLE color: 12259494.

HSL color Cylindrical-coordinate representation of color #A610BB: hue angle of 292.63º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A610BB is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16616187-
CMYK0.110.9100.27
HSL292.63º84.24%39.8%-
HSV(B)292.63º91.44%73.33%-
XYZ24.8812.0748.03-
YUV80.34188.2189.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.99%
GREEN value IS 16 (6.64% from 255) = 4.34%
BLUE value IS 187 (73.44% from 255) = 50.68%
R=44.99%
G=4.34%
B=50.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166161870.110.9100.27292.6384.2439.8
HexA610BBB5B01B1255428
Octal246202731313303344512450
Binary101001101000010111011101110110110110111001001011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A610BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A610BB; }

 p { color: rgb(166,16,187); }

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

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

 a { background-color: rgb(166,16,187); }

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

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

 span { border-color: rgb(166,16,187); }

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