#AF529E

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

Shades of Violet Blue #AF529E

Tints of Violet Blue #AF529E

Color information

#AF529E (or 0xAF529E) is unknown color: approx Violet Blue. HEX triplet: AF, 52 and 9E. RGB value is (175,82,158). Sum of RGB (Red+Green+Blue) = 175+82+158=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF529E is #50AD61. Grayscale: #767676. Windows color (decimal): -5287266 or 10375855. OLE color: 10375855.

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

Color convert

RGB17582158-
CMYK00.530.100.31
HSL310.97º36.76%50.39%-
HSV(B)310.97º53.14%68.63%-
XYZ26.8717.6234.33-
YUV118.47150.31168.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 82 (32.42% from 255) = 19.76%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=42.17%
G=19.76%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758215800.530.100.31310.9736.7650.39
HexAF529E035A1F1372532
Octal25712223606512374674562
Binary101011111010010100111100110101101011111100110111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF529E; }

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

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

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

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

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

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

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

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