#A301DA

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

Shades of Dark Violet #A301DA

Tints of Dark Violet #A301DA

Color information

#A301DA (or 0xA301DA) is unknown color: approx Dark Violet. HEX triplet: A3, 01 and DA. RGB value is (163,1,218). Sum of RGB (Red+Green+Blue) = 163+1+218=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #A301DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A301DA is #5CFE25. Grayscale: #494949. Windows color (decimal): -6094374 or 14287267. OLE color: 14287267.

HSL color Cylindrical-coordinate representation of color #A301DA: hue angle of 284.79º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A301DA is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1631218-
CMYK0.251.0000.15
HSL284.79º99.09%42.94%-
HSV(B)284.79º99.54%85.49%-
XYZ27.7712.8767.35-
YUV74.18209.17191.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.67%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 218 (85.55% from 255) = 57.07%
R=42.67%
G=0.26%
B=57.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal16312180.251.0000.15284.7999.0942.94
HexA31DA19640F11d632b
Octal24313323114401743514353
Binary10100011111011010110011100100011111000111011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A301DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A301DA; }

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

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

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

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

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

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

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

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