#A40DAF

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

Shades of Dark Violet #A40DAF

Tints of Dark Violet #A40DAF

Color information

#A40DAF (or 0xA40DAF) is unknown color: approx Dark Violet. HEX triplet: A4, 0D and AF. RGB value is (164,13,175). Sum of RGB (Red+Green+Blue) = 164+13+175=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #A40DAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40DAF is #5BF250. Grayscale: #4C4C4C. Windows color (decimal): -6025809 or 11472292. OLE color: 11472292.

HSL color Cylindrical-coordinate representation of color #A40DAF: hue angle of 295.93º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40DAF is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16413175-
CMYK0.060.9300.31
HSL295.93º86.17%36.86%-
HSV(B)295.93º92.57%68.63%-
XYZ23.1911.2841.51-
YUV76.62183.53190.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.59%
GREEN value IS 13 (5.47% from 255) = 3.69%
BLUE value IS 175 (68.75% from 255) = 49.72%
R=46.59%
G=3.69%
B=49.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164131750.060.9300.31295.9386.1736.86
HexA4DAF65D01F1285625
Octal24415257613503745012645
Binary1010010011011010111111010111010111111001010001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40DAF; }

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

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

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

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

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

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

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

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