#A40DBA

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

Shades of Dark Violet #A40DBA

Tints of Dark Violet #A40DBA

Color information

#A40DBA (or 0xA40DBA) is unknown color: approx Dark Violet. HEX triplet: A4, 0D and BA. RGB value is (164,13,186). Sum of RGB (Red+Green+Blue) = 164+13+186=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #A40DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40DBA is #5BF245. Grayscale: #4D4D4D. Windows color (decimal): -6025798 or 12193188. OLE color: 12193188.

HSL color Cylindrical-coordinate representation of color #A40DBA: hue angle of 292.37º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40DBA is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16413186-
CMYK0.120.9300.27
HSL292.37º86.93%39.02%-
HSV(B)292.37º93.01%72.94%-
XYZ24.3211.7347.44-
YUV77.87189.03189.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.18%
GREEN value IS 13 (5.47% from 255) = 3.58%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=45.18%
G=3.58%
B=51.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164131860.120.9300.27292.3786.9339.02
HexA4DBAC5D01B1245727
Octal244152721413503344412747
Binary10100100110110111010110010111010110111001001001010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40DBA; }

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

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

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

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

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

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

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

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