#A410BB

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

Shades of Dark Violet #A410BB

Tints of Dark Violet #A410BB

Color information

#A410BB (or 0xA410BB) is unknown color: approx Dark Violet. HEX triplet: A4, 10 and BB. RGB value is (164,16,187). Sum of RGB (Red+Green+Blue) = 164+16+187=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #A410BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A410BB is #5BEF44. Grayscale: #4F4F4F. Windows color (decimal): -6025029 or 12259492. OLE color: 12259492.

HSL color Cylindrical-coordinate representation of color #A410BB: hue angle of 291.93º 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 #A410BB is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16416187-
CMYK0.120.9100.27
HSL291.93º84.24%39.8%-
HSV(B)291.93º91.44%73.33%-
XYZ24.4611.8548.01-
YUV79.75188.53188.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 16 (6.64% from 255) = 4.36%
BLUE value IS 187 (73.44% from 255) = 50.95%
R=44.69%
G=4.36%
B=50.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164161870.120.9100.27291.9384.2439.8
HexA410BBC5B01B1245428
Octal244202731413303344412450
Binary101001001000010111011110010110110110111001001001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A410BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A410BB; }

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

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

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

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

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

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

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

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