#AD529F

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

Shades of Violet Blue #AD529F

Tints of Violet Blue #AD529F

Color information

#AD529F (or 0xAD529F) is unknown color: approx Violet Blue. HEX triplet: AD, 52 and 9F. RGB value is (173,82,159). Sum of RGB (Red+Green+Blue) = 173+82+159=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD529F is #52AD60. Grayscale: #757575. Windows color (decimal): -5418337 or 10441389. OLE color: 10441389.

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

Color convert

RGB17382159-
CMYK00.530.080.32
HSL309.23º35.69%50%-
HSV(B)309.23º52.6%67.84%-
XYZ26.5117.4234.77-
YUV117.99151.15167.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 82 (32.42% from 255) = 19.81%
BLUE value IS 159 (62.5% from 255) = 38.41%
R=41.79%
G=19.81%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738215900.530.080.32309.2335.6950
HexAD529F0358201352432
Octal25512223706510404654462
Binary1010110110100101001111101101011000100000100110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD529F; }

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

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

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

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

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

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

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

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