#A301D5

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

Shades of Dark Violet #A301D5

Tints of Dark Violet #A301D5

Color information

#A301D5 (or 0xA301D5) is unknown color: approx Dark Violet. HEX triplet: A3, 01 and D5. RGB value is (163,1,213). Sum of RGB (Red+Green+Blue) = 163+1+213=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #A301D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A301D5 is #5CFE2A. Grayscale: #484848. Windows color (decimal): -6094379 or 13959587. OLE color: 13959587.

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

Color convert

RGB1631213-
CMYK0.231.0000.16
HSL285.85º99.07%41.96%-
HSV(B)285.85º99.53%83.53%-
XYZ27.1312.6163.96-
YUV73.61206.67191.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 213 (83.59% from 255) = 56.50%
R=43.24%
G=0.27%
B=56.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal16312130.231.0000.16285.8599.0741.96
HexA31D5176401011e632a
Octal24313252714402043614352
Binary101000111110101011011111001000100001000111101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A301D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A301D5; }

 p { color: rgb(163,1,213); }

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

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

 a { background-color: rgb(163,1,213); }

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

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

 span { border-color: rgb(163,1,213); }

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