#A403BD

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

Shades of Dark Violet #A403BD

Tints of Dark Violet #A403BD

Color information

#A403BD (or 0xA403BD) is unknown color: approx Dark Violet. HEX triplet: A4, 03 and BD. RGB value is (164,3,189). Sum of RGB (Red+Green+Blue) = 164+3+189=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #A403BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A403BD is #5BFC42. Grayscale: #474747. Windows color (decimal): -6028355 or 12387236. OLE color: 12387236.

HSL color Cylindrical-coordinate representation of color #A403BD: hue angle of 291.94º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A403BD is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1643189-
CMYK0.130.9800.26
HSL291.94º96.88%37.65%-
HSV(B)291.94º98.41%74.12%-
XYZ24.5311.6349.1-
YUV72.34193.84193.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 3 (1.56% from 255) = 0.84%
BLUE value IS 189 (74.22% from 255) = 53.09%
R=46.07%
G=0.84%
B=53.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16431890.130.9800.26291.9496.8837.65
HexA43BDD6201A1246126
Octal24432751514203244414146
Binary101001001110111101110111000100110101001001001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A403BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A403BD; }

 p { color: rgb(164,3,189); }

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

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

 a { background-color: rgb(164,3,189); }

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

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

 span { border-color: rgb(164,3,189); }

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