#a40fe5

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

Shades of Dark Violet #A40FE5

Tints of Dark Violet #A40FE5

Color information

#A40FE5 (or 0xA40FE5) is unknown color: approx Dark Violet. HEX triplet: A4, 0F and E5. RGB value is (164,15,229). Sum of RGB (Red+Green+Blue) = 164+15+229=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 229 (89.84% from 255 or 56.13% from 408); Max value from RGB is 229 - color contains mainly: blue. Hex color #A40FE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FE5 is #5BF01A. Grayscale: #535353. Windows color (decimal): -6025243 or 15011748. OLE color: 15011748.

HSL color Cylindrical-coordinate representation of color #A40FE5: hue angle of 281.78º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40FE5 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16415229-
CMYK0.280.9300.10
HSL281.78º87.7%47.84%-
HSV(B)281.78º93.45%89.8%-
XYZ29.6213.8975.25-
YUV83.95209.86185.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 15 (6.25% from 255) = 3.68%
BLUE value IS 229 (89.84% from 255) = 56.13%
R=40.20%
G=3.68%
B=56.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal164152290.280.9300.10281.7887.747.84
HexA4FE51C5D0A11a5830
Octal244173453413501243213060
Binary10100100111111100101111001011101010101000110101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a40fe5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a40fe5; }

 p { color: rgb(164,15,229); }

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

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

 a { background-color: rgb(164,15,229); }

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

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

 span { border-color: rgb(164,15,229); }

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