#A952AD

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

Shades of Violet Blue #A952AD

Tints of Violet Blue #A952AD

Color information

#A952AD (or 0xA952AD) is unknown color: approx Violet Blue. HEX triplet: A9, 52 and AD. RGB value is (169,82,173). Sum of RGB (Red+Green+Blue) = 169+82+173=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #A952AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A952AD is #56AD52. Grayscale: #767676. Windows color (decimal): -5680467 or 11358889. OLE color: 11358889.

HSL color Cylindrical-coordinate representation of color #A952AD: hue angle of 297.36º 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 #A952AD is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16982173-
CMYK0.020.5300.32
HSL297.36º35.69%50%-
HSV(B)297.36º52.6%67.84%-
XYZ26.9217.4941.49-
YUV118.39158.82164.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.86%
GREEN value IS 82 (32.42% from 255) = 19.34%
BLUE value IS 173 (67.97% from 255) = 40.80%
R=39.86%
G=19.34%
B=40.80%

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
Decimal169821730.020.5300.32297.3635.6950
HexA952AD2350201292432
Octal2511222552650404514462
Binary10101001101001010101101101101010100000100101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A952AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A952AD; }

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

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

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

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

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

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

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

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