#A40DB5

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

Shades of Dark Violet #A40DB5

Tints of Dark Violet #A40DB5

Color information

#A40DB5 (or 0xA40DB5) is unknown color: approx Dark Violet. HEX triplet: A4, 0D and B5. RGB value is (164,13,181). Sum of RGB (Red+Green+Blue) = 164+13+181=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 181 (71.09% from 255 or 50.56% from 358); Max value from RGB is 181 - color contains mainly: blue. Hex color #A40DB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40DB5 is #5BF24A. Grayscale: #4C4C4C. Windows color (decimal): -6025803 or 11865508. OLE color: 11865508.

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

Color convert

RGB16413181-
CMYK0.090.9300.29
HSL293.93º86.6%38.04%-
HSV(B)293.93º92.82%70.98%-
XYZ23.7911.5244.68-
YUV77.3186.53189.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 13 (5.47% from 255) = 3.63%
BLUE value IS 181 (71.09% from 255) = 50.56%
R=45.81%
G=3.63%
B=50.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164131810.090.9300.29293.9386.638.04
HexA4DB595D01D1265726
Octal244152651113503544612746
Binary10100100110110110101100110111010111011001001101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40DB5; }

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

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

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

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

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

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

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

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