#A950AD

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

Shades of Violet Blue #A950AD

Tints of Violet Blue #A950AD

Color information

#A950AD (or 0xA950AD) is unknown color: approx Violet Blue. HEX triplet: A9, 50 and AD. RGB value is (169,80,173). Sum of RGB (Red+Green+Blue) = 169+80+173=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #A950AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A950AD is #56AF52. Grayscale: #747474. Windows color (decimal): -5680979 or 11358377. OLE color: 11358377.

HSL color Cylindrical-coordinate representation of color #A950AD: hue angle of 297.42º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A950AD is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16980173-
CMYK0.020.5400.32
HSL297.42º36.76%49.61%-
HSV(B)297.42º53.76%67.84%-
XYZ26.7717.1941.44-
YUV117.21159.49164.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 80 (31.64% from 255) = 18.96%
BLUE value IS 173 (67.97% from 255) = 41.00%
R=40.05%
G=18.96%
B=41.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169801730.020.5400.32297.4236.7649.61
HexA950AD2360201292532
Octal2511202552660404514562
Binary10101001101000010101101101101100100000100101001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A950AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A950AD; }

 p { color: rgb(169,80,173); }

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

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

 a { background-color: rgb(169,80,173); }

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

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

 span { border-color: rgb(169,80,173); }

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