#A401E0

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

Shades of Dark Violet #A401E0

Tints of Dark Violet #A401E0

Color information

#A401E0 (or 0xA401E0) is unknown color: approx Dark Violet. HEX triplet: A4, 01 and E0. RGB value is (164,1,224). Sum of RGB (Red+Green+Blue) = 164+1+224=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #A401E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401E0 is #5BFE1F. Grayscale: #4A4A4A. Windows color (decimal): -6028832 or 14680484. OLE color: 14680484.

HSL color Cylindrical-coordinate representation of color #A401E0: hue angle of 283.86º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A401E0 is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1641224-
CMYK0.271.0000.12
HSL283.86º99.11%44.12%-
HSV(B)283.86º99.55%87.84%-
XYZ28.7813.371.57-
YUV75.16212191.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 224 (87.89% from 255) = 57.58%
R=42.16%
G=0.26%
B=57.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal16412240.271.0000.12283.8699.1144.12
HexA41E01B640C11c632c
Octal24413403314401443414354
Binary10100100111100000110111100100011001000111001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A401E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A401E0; }

 p { color: rgb(164,1,224); }

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

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

 a { background-color: rgb(164,1,224); }

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

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

 span { border-color: rgb(164,1,224); }

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