#A952AB

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

Shades of Violet Blue #A952AB

Tints of Violet Blue #A952AB

Color information

#A952AB (or 0xA952AB) is unknown color: approx Violet Blue. HEX triplet: A9, 52 and AB. RGB value is (169,82,171). Sum of RGB (Red+Green+Blue) = 169+82+171=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #A952AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A952AB is #56AD54. Grayscale: #757575. Windows color (decimal): -5680469 or 11227817. OLE color: 11227817.

HSL color Cylindrical-coordinate representation of color #A952AB: hue angle of 298.65º 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 #A952AB is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16982171-
CMYK0.010.5200.33
HSL298.65º35.18%49.61%-
HSV(B)298.65º52.05%67.06%-
XYZ26.7317.4140.48-
YUV118.16157.82164.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 82 (32.42% from 255) = 19.43%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=40.05%
G=19.43%
B=40.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169821710.010.5200.33298.6535.1849.61
HexA952AB13402112b2332
Octal2511222531640414534362
Binary1010100110100101010101111101000100001100101011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A952AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A952AB; }

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

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

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

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

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

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

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

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