#A301DE

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

Shades of Dark Violet #A301DE

Tints of Dark Violet #A301DE

Color information

#A301DE (or 0xA301DE) is unknown color: approx Dark Violet. HEX triplet: A3, 01 and DE. RGB value is (163,1,222). Sum of RGB (Red+Green+Blue) = 163+1+222=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #A301DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A301DE is #5CFE21. Grayscale: #494949. Windows color (decimal): -6094370 or 14549411. OLE color: 14549411.

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

Color convert

RGB1631222-
CMYK0.271.0000.13
HSL283.98º99.1%43.73%-
HSV(B)283.98º99.55%87.06%-
XYZ28.313.0870.14-
YUV74.63211.17191.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 222 (87.11% from 255) = 57.51%
R=42.23%
G=0.26%
B=57.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16312220.271.0000.13283.9899.143.73
HexA31DE1B640D11c632c
Octal24313363314401543414354
Binary10100011111011110110111100100011011000111001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A301DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A301DE; }

 p { color: rgb(163,1,222); }

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

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

 a { background-color: rgb(163,1,222); }

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

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

 span { border-color: rgb(163,1,222); }

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