#A950AF

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

Shades of Violet Blue #A950AF

Tints of Violet Blue #A950AF

Color information

#A950AF (or 0xA950AF) is unknown color: approx Violet Blue. HEX triplet: A9, 50 and AF. RGB value is (169,80,175). Sum of RGB (Red+Green+Blue) = 169+80+175=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #A950AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A950AF is #56AF50. Grayscale: #757575. Windows color (decimal): -5680977 or 11489449. OLE color: 11489449.

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

Color convert

RGB16980175-
CMYK0.030.5400.31
HSL296.21º37.25%50%-
HSV(B)296.21º54.29%68.63%-
XYZ26.9717.2742.47-
YUV117.44160.49164.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.86%
GREEN value IS 80 (31.64% from 255) = 18.87%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=39.86%
G=18.87%
B=41.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169801750.030.5400.31296.2137.2550
HexA950AF33601F1282532
Octal2511202573660374504562
Binary1010100110100001010111111110110011111100101000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A950AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A950AF; }

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

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

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

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

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

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

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

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