#A801B5

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

Shades of Dark Violet #A801B5

Tints of Dark Violet #A801B5

Color information

#A801B5 (or 0xA801B5) is unknown color: approx Dark Violet. HEX triplet: A8, 01 and B5. RGB value is (168,1,181). Sum of RGB (Red+Green+Blue) = 168+1+181=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 181 (71.09% from 255 or 51.71% from 350); Max value from RGB is 181 - color contains mainly: blue. Hex color #A801B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A801B5 is #57FE4A. Grayscale: #464646. Windows color (decimal): -5766731 or 11862440. OLE color: 11862440.

HSL color Cylindrical-coordinate representation of color #A801B5: hue angle of 295.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A801B5 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1681181-
CMYK0.070.9900.29
HSL295.67º98.9%35.69%-
HSV(B)295.67º99.45%70.98%-
XYZ24.511.6844.68-
YUV71.45189.83196.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 181 (71.09% from 255) = 51.71%
R=48%
G=0.29%
B=51.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16811810.070.9900.29295.6798.935.69
HexA81B576301D1286324
Octal2501265714303545014344
Binary1010100011011010111111000110111011001010001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A801B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A801B5; }

 p { color: rgb(168,1,181); }

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

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

 a { background-color: rgb(168,1,181); }

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

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

 span { border-color: rgb(168,1,181); }

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