#AF529F

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

Shades of Violet Blue #AF529F

Tints of Violet Blue #AF529F

Color information

#AF529F (or 0xAF529F) is unknown color: approx Violet Blue. HEX triplet: AF, 52 and 9F. RGB value is (175,82,159). Sum of RGB (Red+Green+Blue) = 175+82+159=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF529F is #50AD60. Grayscale: #767676. Windows color (decimal): -5287265 or 10441391. OLE color: 10441391.

HSL color Cylindrical-coordinate representation of color #AF529F: hue angle of 310.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF529F is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17582159-
CMYK00.530.090.31
HSL310.32º36.76%50.39%-
HSV(B)310.32º53.14%68.63%-
XYZ26.9517.6534.79-
YUV118.58150.81168.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 82 (32.42% from 255) = 19.71%
BLUE value IS 159 (62.5% from 255) = 38.22%
R=42.07%
G=19.71%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758215900.530.090.31310.3236.7650.39
HexAF529F03591F1362532
Octal25712223706511374664562
Binary101011111010010100111110110101100111111100110110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF529F; }

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

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

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

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

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

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

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

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