#A301B3

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

Shades of Dark Violet #A301B3

Tints of Dark Violet #A301B3

Color information

#A301B3 (or 0xA301B3) is unknown color: approx Dark Violet. HEX triplet: A3, 01 and B3. RGB value is (163,1,179). Sum of RGB (Red+Green+Blue) = 163+1+179=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #A301B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A301B3 is #5CFE4C. Grayscale: #454545. Windows color (decimal): -6094413 or 11731363. OLE color: 11731363.

HSL color Cylindrical-coordinate representation of color #A301B3: hue angle of 294.61º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A301B3 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1631179-
CMYK0.090.9900.30
HSL294.61º98.89%35.29%-
HSV(B)294.61º99.44%70.2%-
XYZ23.2511.0643.56-
YUV69.73189.67194.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.52%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 179 (70.31% from 255) = 52.19%
R=47.52%
G=0.29%
B=52.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16311790.090.9900.30294.6198.8935.29
HexA31B396301E1276323
Octal24312631114303644714343
Binary10100011110110011100111000110111101001001111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A301B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A301B3; }

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

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

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

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

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

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

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

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