#A801BF

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

Shades of Dark Violet #A801BF

Tints of Dark Violet #A801BF

Color information

#A801BF (or 0xA801BF) is unknown color: approx Dark Violet. HEX triplet: A8, 01 and BF. RGB value is (168,1,191). Sum of RGB (Red+Green+Blue) = 168+1+191=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #A801BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A801BF is #57FE40. Grayscale: #484848. Windows color (decimal): -5766721 or 12517800. OLE color: 12517800.

HSL color Cylindrical-coordinate representation of color #A801BF: hue angle of 292.74º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A801BF is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1681191-
CMYK0.120.9900.25
HSL292.74º98.96%37.65%-
HSV(B)292.74º99.48%74.9%-
XYZ25.5612.1150.28-
YUV72.59194.83196.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.67%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 191 (75% from 255) = 53.06%
R=46.67%
G=0.28%
B=53.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16811910.120.9900.25292.7498.9637.65
HexA81BFC630191256326
Octal25012771414303144514346
Binary10101000110111111110011000110110011001001011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A801BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A801BF; }

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

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

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

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

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

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

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

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