#A950AB

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

Shades of Violet Blue #A950AB

Tints of Violet Blue #A950AB

Color information

#A950AB (or 0xA950AB) is unknown color: approx Violet Blue. HEX triplet: A9, 50 and AB. RGB value is (169,80,171). Sum of RGB (Red+Green+Blue) = 169+80+171=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #A950AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A950AB is #56AF54. Grayscale: #747474. Windows color (decimal): -5680981 or 11227305. OLE color: 11227305.

HSL color Cylindrical-coordinate representation of color #A950AB: hue angle of 298.68º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A950AB is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16980171-
CMYK0.010.5300.33
HSL298.68º36.25%49.22%-
HSV(B)298.68º53.22%67.06%-
XYZ26.5817.1140.43-
YUV116.98158.49165.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 80 (31.64% from 255) = 19.05%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=40.24%
G=19.05%
B=40.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169801710.010.5300.33298.6836.2549.22
HexA950AB13502112b2431
Octal2511202531650414534461
Binary1010100110100001010101111101010100001100101011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A950AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A950AB; }

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

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

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

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

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

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

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

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