#A403B4

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

Shades of Dark Violet #A403B4

Tints of Dark Violet #A403B4

Color information

#A403B4 (or 0xA403B4) is unknown color: approx Dark Violet. HEX triplet: A4, 03 and B4. RGB value is (164,3,180). Sum of RGB (Red+Green+Blue) = 164+3+180=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #A403B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A403B4 is #5BFC4B. Grayscale: #464646. Windows color (decimal): -6028364 or 11797412. OLE color: 11797412.

HSL color Cylindrical-coordinate representation of color #A403B4: hue angle of 294.58º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A403B4 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1643180-
CMYK0.090.9800.29
HSL294.58º96.72%35.88%-
HSV(B)294.58º98.33%70.59%-
XYZ23.5811.2544.11-
YUV71.32189.34194.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 180 (70.70% from 255) = 51.87%
R=47.26%
G=0.86%
B=51.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16431800.090.9800.29294.5896.7235.88
HexA43B496201D1276124
Octal24432641114203544714144
Binary101001001110110100100111000100111011001001111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A403B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A403B4; }

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

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

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

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

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

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

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

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