#AF5D9A

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

Shades of Violet Blue #AF5D9A

Tints of Violet Blue #AF5D9A

Color information

#AF5D9A (or 0xAF5D9A) is unknown color: approx Violet Blue. HEX triplet: AF, 5D and 9A. RGB value is (175,93,154). Sum of RGB (Red+Green+Blue) = 175+93+154=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5D9A is #50A265. Grayscale: #7C7C7C. Windows color (decimal): -5284454 or 10116527. OLE color: 10116527.

HSL color Cylindrical-coordinate representation of color #AF5D9A: hue angle of 315.37º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5D9A is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17593154-
CMYK00.470.120.31
HSL315.37º33.88%52.55%-
HSV(B)315.37º46.86%68.63%-
XYZ27.4319.2832.85-
YUV124.47144.67164.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 93 (36.72% from 255) = 22.04%
BLUE value IS 154 (60.55% from 255) = 36.49%
R=41.47%
G=22.04%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759315400.470.120.31315.3733.8852.55
HexAF5D9A02FC1F13b2235
Octal25713523205714374734265
Binary101011111011101100110100101111110011111100111011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5D9A; }

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

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

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

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

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

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

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

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