#A952AC

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

Shades of Violet Blue #A952AC

Tints of Violet Blue #A952AC

Color information

#A952AC (or 0xA952AC) is unknown color: approx Violet Blue. HEX triplet: A9, 52 and AC. RGB value is (169,82,172). Sum of RGB (Red+Green+Blue) = 169+82+172=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #A952AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A952AC is #56AD53. Grayscale: #757575. Windows color (decimal): -5680468 or 11293353. OLE color: 11293353.

HSL color Cylindrical-coordinate representation of color #A952AC: hue angle of 298º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A952AC is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16982172-
CMYK0.020.5200.33
HSL298º35.43%49.8%-
HSV(B)298º52.33%67.45%-
XYZ26.8317.4540.98-
YUV118.27158.32164.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 82 (32.42% from 255) = 19.39%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=39.95%
G=19.39%
B=40.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169821720.020.5200.3329835.4349.8
HexA952AC23402112a2332
Octal2511222542640414524362
Binary10101001101001010101100101101000100001100101010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A952AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A952AC; }

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

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

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

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

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

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

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

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