#a951ad

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

Shades of Violet Blue #A951AD

Tints of Violet Blue #A951AD

Color information

#A951AD (or 0xA951AD) is unknown color: approx Violet Blue. HEX triplet: A9, 51 and AD. RGB value is (169,81,173). Sum of RGB (Red+Green+Blue) = 169+81+173=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #A951AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A951AD is #56AE52. Grayscale: #757575. Windows color (decimal): -5680723 or 11358633. OLE color: 11358633.

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

Color convert

RGB16981173-
CMYK0.020.5300.32
HSL297.39º36.22%49.8%-
HSV(B)297.39º53.18%67.84%-
XYZ26.8517.3441.47-
YUV117.8159.15164.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=39.95%
G=19.15%
B=40.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169811730.020.5300.32297.3936.2249.8
HexA951AD2350201292432
Octal2511212552650404514462
Binary10101001101000110101101101101010100000100101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a951ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a951ad; }

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

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

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

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

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

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

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

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