#A701DB

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

Shades of Dark Violet #A701DB

Tints of Dark Violet #A701DB

Color information

#A701DB (or 0xA701DB) is unknown color: approx Dark Violet. HEX triplet: A7, 01 and DB. RGB value is (167,1,219). Sum of RGB (Red+Green+Blue) = 167+1+219=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #A701DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A701DB is #58FE24. Grayscale: #4A4A4A. Windows color (decimal): -5832229 or 14352807. OLE color: 14352807.

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

Color convert

RGB1671219-
CMYK0.241.0000.14
HSL285.69º99.09%43.14%-
HSV(B)285.69º99.54%85.88%-
XYZ28.7313.3568.08-
YUV75.49209193.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 219 (85.94% from 255) = 56.59%
R=43.15%
G=0.26%
B=56.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal16712190.241.0000.14285.6999.0943.14
HexA71DB18640E11e632b
Octal24713333014401643614353
Binary10100111111011011110001100100011101000111101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A701DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A701DB; }

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

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

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

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

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

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

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

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