#A411B5

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

Shades of Dark Violet #A411B5

Tints of Dark Violet #A411B5

Color information

#A411B5 (or 0xA411B5) is unknown color: approx Dark Violet. HEX triplet: A4, 11 and B5. RGB value is (164,17,181). Sum of RGB (Red+Green+Blue) = 164+17+181=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #A411B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A411B5 is #5BEE4A. Grayscale: #4F4F4F. Windows color (decimal): -6024779 or 11866532. OLE color: 11866532.

HSL color Cylindrical-coordinate representation of color #A411B5: hue angle of 293.78º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A411B5 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16417181-
CMYK0.090.9100.29
HSL293.78º82.83%38.82%-
HSV(B)293.78º90.61%70.98%-
XYZ23.8511.6344.7-
YUV79.65185.2188.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.30%
GREEN value IS 17 (7.03% from 255) = 4.70%
BLUE value IS 181 (71.09% from 255) = 50%
R=45.30%
G=4.70%
B=50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164171810.090.9100.29293.7882.8338.82
HexA411B595B01D1265327
Octal244212651113303544612347
Binary101001001000110110101100110110110111011001001101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A411B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A411B5; }

 p { color: rgb(164,17,181); }

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

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

 a { background-color: rgb(164,17,181); }

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

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

 span { border-color: rgb(164,17,181); }

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