#A40AD3

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

Shades of Dark Violet #A40AD3

Tints of Dark Violet #A40AD3

Color information

#A40AD3 (or 0xA40AD3) is unknown color: approx Dark Violet. HEX triplet: A4, 0A and D3. RGB value is (164,10,211). Sum of RGB (Red+Green+Blue) = 164+10+211=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 211 (82.81% from 255 or 54.81% from 385); Max value from RGB is 211 - color contains mainly: blue. Hex color #A40AD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40AD3 is #5BF52C. Grayscale: #4E4E4E. Windows color (decimal): -6026541 or 13830820. OLE color: 13830820.

HSL color Cylindrical-coordinate representation of color #A40AD3: hue angle of 285.97º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40AD3 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16410211-
CMYK0.220.9500.17
HSL285.97º90.95%43.33%-
HSV(B)285.97º95.26%82.75%-
XYZ27.1812.8162.67-
YUV78.96202.52188.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 10 (4.30% from 255) = 2.60%
BLUE value IS 211 (82.81% from 255) = 54.81%
R=42.60%
G=2.60%
B=54.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal164102110.220.9500.17285.9790.9543.33
HexA4AD3165F01111e5b2b
Octal244123232613702143613353
Binary101001001010110100111011010111110100011000111101011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40AD3; }

 p { color: rgb(164,10,211); }

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

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

 a { background-color: rgb(164,10,211); }

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

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

 span { border-color: rgb(164,10,211); }

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