#A901DB

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

Shades of Dark Violet #A901DB

Tints of Dark Violet #A901DB

Color information

#A901DB (or 0xA901DB) is unknown color: approx Dark Violet. HEX triplet: A9, 01 and DB. RGB value is (169,1,219). Sum of RGB (Red+Green+Blue) = 169+1+219=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #A901DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A901DB is #56FE24. Grayscale: #4B4B4B. Windows color (decimal): -5701157 or 14352809. OLE color: 14352809.

HSL color Cylindrical-coordinate representation of color #A901DB: hue angle of 286.24º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A901DB is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1691219-
CMYK0.231.0000.14
HSL286.24º99.09%43.14%-
HSV(B)286.24º99.54%85.88%-
XYZ29.1613.5768.1-
YUV76.08208.66194.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 219 (85.94% from 255) = 56.30%
R=43.44%
G=0.26%
B=56.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal16912190.231.0000.14286.2499.0943.14
HexA91DB17640E11e632b
Octal25113332714401643614353
Binary10101001111011011101111100100011101000111101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A901DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A901DB; }

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

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

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

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

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

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

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

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