#A401B3

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

Shades of Dark Violet #A401B3

Tints of Dark Violet #A401B3

Color information

#A401B3 (or 0xA401B3) is unknown color: approx Dark Violet. HEX triplet: A4, 01 and B3. RGB value is (164,1,179). Sum of RGB (Red+Green+Blue) = 164+1+179=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 179 (70.31% from 255 or 52.03% from 344); Max value from RGB is 179 - color contains mainly: blue. Hex color #A401B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401B3 is #5BFE4C. Grayscale: #454545. Windows color (decimal): -6028877 or 11731364. OLE color: 11731364.

HSL color Cylindrical-coordinate representation of color #A401B3: hue angle of 294.94º 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 #A401B3 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1641179-
CMYK0.080.9900.30
HSL294.94º98.89%35.29%-
HSV(B)294.94º99.44%70.2%-
XYZ23.4611.1743.57-
YUV70.03189.5195.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.67%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 179 (70.31% from 255) = 52.03%
R=47.67%
G=0.29%
B=52.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16411790.080.9900.30294.9498.8935.29
HexA41B386301E1276323
Octal24412631014303644714343
Binary10100100110110011100011000110111101001001111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A401B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A401B3; }

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

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

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

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

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

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

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

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