#af5797

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

Shades of Violet Blue #AF5797

Tints of Violet Blue #AF5797

Color information

#AF5797 (or 0xAF5797) is unknown color: approx Violet Blue. HEX triplet: AF, 57 and 97. RGB value is (175,87,151). Sum of RGB (Red+Green+Blue) = 175+87+151=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5797 is #50A868. Grayscale: #787878. Windows color (decimal): -5285993 or 9918383. OLE color: 9918383.

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

Color convert

RGB17587151-
CMYK00.500.140.31
HSL316.36º35.48%51.37%-
HSV(B)316.36º50.29%68.63%-
XYZ26.6718.1631.38-
YUV120.61145.15166.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 87 (34.38% from 255) = 21.07%
BLUE value IS 151 (59.38% from 255) = 36.56%
R=42.37%
G=21.07%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758715100.500.140.31316.3635.4851.37
HexAF5797032E1F13c2333
Octal25712722706216374744363
Binary101011111010111100101110110010111011111100111100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5797; }

 p { color: rgb(175,87,151); }

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

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

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

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

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

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

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