#A40DC4

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

Shades of Dark Violet #A40DC4

Tints of Dark Violet #A40DC4

Color information

#A40DC4 (or 0xA40DC4) is unknown color: approx Dark Violet. HEX triplet: A4, 0D and C4. RGB value is (164,13,196). Sum of RGB (Red+Green+Blue) = 164+13+196=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 196 (76.95% from 255 or 52.55% from 373); Max value from RGB is 196 - color contains mainly: blue. Hex color #A40DC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40DC4 is #5BF23B. Grayscale: #4E4E4E. Windows color (decimal): -6025788 or 12848548. OLE color: 12848548.

HSL color Cylindrical-coordinate representation of color #A40DC4: hue angle of 289.51º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40DC4 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16413196-
CMYK0.160.9300.23
HSL289.51º87.56%40.98%-
HSV(B)289.51º93.37%76.86%-
XYZ25.4212.1753.23-
YUV79.01194.03188.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 13 (5.47% from 255) = 3.49%
BLUE value IS 196 (76.95% from 255) = 52.55%
R=43.97%
G=3.49%
B=52.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164131960.160.9300.23289.5187.5640.98
HexA4DC4105D0171225829
Octal244153042013502744213051
Binary101001001101110001001000010111010101111001000101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40DC4; }

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

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

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

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

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

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

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

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