#AF529A

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

Shades of Violet Blue #AF529A

Tints of Violet Blue #AF529A

Color information

#AF529A (or 0xAF529A) is unknown color: approx Violet Blue. HEX triplet: AF, 52 and 9A. RGB value is (175,82,154). Sum of RGB (Red+Green+Blue) = 175+82+154=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF529A is #50AD65. Grayscale: #757575. Windows color (decimal): -5287270 or 10113711. OLE color: 10113711.

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

Color convert

RGB17582154-
CMYK00.530.120.31
HSL313.55º36.76%50.39%-
HSV(B)313.55º53.14%68.63%-
XYZ26.5317.4832.55-
YUV118.02148.31168.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 82 (32.42% from 255) = 19.95%
BLUE value IS 154 (60.55% from 255) = 37.47%
R=42.58%
G=19.95%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758215400.530.120.31313.5536.7650.39
HexAF529A035C1F13a2532
Octal25712223206514374724562
Binary101011111010010100110100110101110011111100111010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF529A; }

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

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

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

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

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

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

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

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