#AF59AF

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

Shades of Violet Blue #AF59AF

Tints of Violet Blue #AF59AF

Color information

#AF59AF (or 0xAF59AF) is unknown color: approx Violet Blue. HEX triplet: AF, 59 and AF. RGB value is (175,89,175). Sum of RGB (Red+Green+Blue) = 175+89+175=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF59AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF59AF is #50A650. Grayscale: #7C7C7C. Windows color (decimal): -5285457 or 11491759. OLE color: 11491759.

HSL color Cylindrical-coordinate representation of color #AF59AF: hue angle of 300º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF59AF is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17589175-
CMYK00.4900.31
HSL300º34.96%51.76%-
HSV(B)300º49.14%68.63%-
XYZ28.9919.3542.77-
YUV124.52156.49164.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 89 (35.16% from 255) = 20.27%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=39.86%
G=20.27%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758917500.4900.3130034.9651.76
HexAF59AF03101F12c2334
Octal2571312570610374544364
Binary101011111011001101011110110001011111100101100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF59AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF59AF; }

 p { color: rgb(175,89,175); }

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

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

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

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

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

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

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