#AF529B

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

Shades of Violet Blue #AF529B

Tints of Violet Blue #AF529B

Color information

#AF529B (or 0xAF529B) is unknown color: approx Violet Blue. HEX triplet: AF, 52 and 9B. RGB value is (175,82,155). Sum of RGB (Red+Green+Blue) = 175+82+155=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF529B is #50AD64. Grayscale: #757575. Windows color (decimal): -5287269 or 10179247. OLE color: 10179247.

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

Color convert

RGB17582155-
CMYK00.530.110.31
HSL312.9º36.76%50.39%-
HSV(B)312.9º53.14%68.63%-
XYZ26.6117.5232.99-
YUV118.13148.81168.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 82 (32.42% from 255) = 19.90%
BLUE value IS 155 (60.94% from 255) = 37.62%
R=42.48%
G=19.90%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758215500.530.110.31312.936.7650.39
HexAF529B035B1F1392532
Octal25712223306513374714562
Binary101011111010010100110110110101101111111100111001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF529B; }

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

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

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

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

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

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

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

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