#AF53AD

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

Shades of Violet Blue #AF53AD

Tints of Violet Blue #AF53AD

Color information

#AF53AD (or 0xAF53AD) is unknown color: approx Violet Blue. HEX triplet: AF, 53 and AD. RGB value is (175,83,173). Sum of RGB (Red+Green+Blue) = 175+83+173=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF53AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF53AD is #50AC52. Grayscale: #787878. Windows color (decimal): -5286995 or 11359151. OLE color: 11359151.

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

Color convert

RGB17583173-
CMYK00.530.010.31
HSL301.3º36.51%50.59%-
HSV(B)301.3º52.57%68.63%-
XYZ28.3218.3241.58-
YUV120.77157.48166.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 83 (32.81% from 255) = 19.26%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=40.60%
G=19.26%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758317300.530.010.31301.336.5150.59
HexAF53AD03511F12d2533
Octal2571232550651374554563
Binary101011111010011101011010110101111111100101101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF53AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF53AD; }

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

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

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

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

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

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

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

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