#A901DE

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

Shades of Dark Violet #A901DE

Tints of Dark Violet #A901DE

Color information

#A901DE (or 0xA901DE) is unknown color: approx Dark Violet. HEX triplet: A9, 01 and DE. RGB value is (169,1,222). Sum of RGB (Red+Green+Blue) = 169+1+222=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #A901DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A901DE is #56FE21. Grayscale: #4B4B4B. Windows color (decimal): -5701154 or 14549417. OLE color: 14549417.

HSL color Cylindrical-coordinate representation of color #A901DE: hue angle of 285.61º 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 #A901DE is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1691222-
CMYK0.241.0000.13
HSL285.61º99.1%43.73%-
HSV(B)285.61º99.55%87.06%-
XYZ29.5613.7370.2-
YUV76.43210.16194.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 222 (87.11% from 255) = 56.63%
R=43.11%
G=0.26%
B=56.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16912220.241.0000.13285.6199.143.73
HexA91DE18640D11e632c
Octal25113363014401543614354
Binary10101001111011110110001100100011011000111101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A901DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A901DE; }

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

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

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

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

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

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

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

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