#AF5DAD

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

Shades of Violet Blue #AF5DAD

Tints of Violet Blue #AF5DAD

Color information

#AF5DAD (or 0xAF5DAD) is unknown color: approx Violet Blue. HEX triplet: AF, 5D and AD. RGB value is (175,93,173). Sum of RGB (Red+Green+Blue) = 175+93+173=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5DAD is #50A252. Grayscale: #7E7E7E. Windows color (decimal): -5284435 or 11361711. OLE color: 11361711.

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

Color convert

RGB17593173-
CMYK00.470.010.31
HSL301.46º33.88%52.55%-
HSV(B)301.46º46.86%68.63%-
XYZ29.1419.9641.85-
YUV126.64154.17162.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 93 (36.72% from 255) = 21.09%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=39.68%
G=21.09%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759317300.470.010.31301.4633.8852.55
HexAF5DAD02F11F12d2235
Octal2571352550571374554265
Binary101011111011101101011010101111111111100101101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5DAD; }

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

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

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

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

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

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

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

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