#A050A4

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

Shades of Violet Blue #A050A4

Tints of Violet Blue #A050A4

Color information

#A050A4 (or 0xA050A4) is unknown color: approx Violet Blue. HEX triplet: A0, 50 and A4. RGB value is (160,80,164). Sum of RGB (Red+Green+Blue) = 160+80+164=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 164 - color contains mainly: blue. Hex color #A050A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A050A4 is #5FAF5B. Grayscale: #717171. Windows color (decimal): -6270812 or 10768544. OLE color: 10768544.

HSL color Cylindrical-coordinate representation of color #A050A4: hue angle of 297.14º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A050A4 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16080164-
CMYK0.020.5100.36
HSL297.14º34.43%47.84%-
HSV(B)297.14º51.22%64.31%-
XYZ24.0715.8936.92-
YUV113.5156.5161.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.60%
GREEN value IS 80 (31.64% from 255) = 19.80%
BLUE value IS 164 (64.45% from 255) = 40.59%
R=39.60%
G=19.80%
B=40.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160801640.020.5100.36297.1434.4347.84
HexA050A42330241292230
Octal2401202442630444514260
Binary10100000101000010100100101100110100100100101001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A050A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A050A4; }

 p { color: rgb(160,80,164); }

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

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

 a { background-color: rgb(160,80,164); }

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

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

 span { border-color: rgb(160,80,164); }

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