#A501B8

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

Shades of Dark Violet #A501B8

Tints of Dark Violet #A501B8

Color information

#A501B8 (or 0xA501B8) is unknown color: approx Dark Violet. HEX triplet: A5, 01 and B8. RGB value is (165,1,184). Sum of RGB (Red+Green+Blue) = 165+1+184=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 184 (72.27% from 255 or 52.57% from 350); Max value from RGB is 184 - color contains mainly: blue. Hex color #A501B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A501B8 is #5AFE47. Grayscale: #464646. Windows color (decimal): -5963336 or 12059045. OLE color: 12059045.

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

Color convert

RGB1651184-
CMYK0.100.9900.28
HSL293.77º98.92%36.27%-
HSV(B)293.77º99.46%72.16%-
XYZ24.1811.4846.29-
YUV70.9191.83195.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 184 (72.27% from 255) = 52.57%
R=47.14%
G=0.29%
B=52.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16511840.100.9900.28293.7798.9236.27
HexA51B8A6301C1266324
Octal24512701214303444614344
Binary10100101110111000101011000110111001001001101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A501B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A501B8; }

 p { color: rgb(165,1,184); }

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

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

 a { background-color: rgb(165,1,184); }

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

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

 span { border-color: rgb(165,1,184); }

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