#AF569E

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

Shades of Violet Blue #AF569E

Tints of Violet Blue #AF569E

Color information

#AF569E (or 0xAF569E) is unknown color: approx Violet Blue. HEX triplet: AF, 56 and 9E. RGB value is (175,86,158). Sum of RGB (Red+Green+Blue) = 175+86+158=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF569E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF569E is #50A961. Grayscale: #787878. Windows color (decimal): -5286242 or 10376879. OLE color: 10376879.

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

Color convert

RGB17586158-
CMYK00.510.100.31
HSL311.46º35.74%51.18%-
HSV(B)311.46º50.86%68.63%-
XYZ27.1818.2434.44-
YUV120.82148.99166.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 86 (33.98% from 255) = 20.53%
BLUE value IS 158 (62.11% from 255) = 37.71%
R=41.77%
G=20.53%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758615800.510.100.31311.4635.7451.18
HexAF569E033A1F1372433
Octal25712623606312374674463
Binary101011111010110100111100110011101011111100110111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF569E; }

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

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

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

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

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

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

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

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