#AF53A9

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

Shades of Violet Blue #AF53A9

Tints of Violet Blue #AF53A9

Color information

#AF53A9 (or 0xAF53A9) is unknown color: approx Violet Blue. HEX triplet: AF, 53 and A9. RGB value is (175,83,169). Sum of RGB (Red+Green+Blue) = 175+83+169=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF53A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF53A9 is #50AC56. Grayscale: #787878. Windows color (decimal): -5286999 or 11097007. OLE color: 11097007.

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

Color convert

RGB17583169-
CMYK00.530.030.31
HSL303.91º36.51%50.59%-
HSV(B)303.91º52.57%68.63%-
XYZ27.9318.1739.57-
YUV120.31155.48167.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 83 (32.81% from 255) = 19.44%
BLUE value IS 169 (66.41% from 255) = 39.58%
R=40.98%
G=19.44%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758316900.530.030.31303.9136.5150.59
HexAF53A903531F1302533
Octal2571232510653374604563
Binary1010111110100111010100101101011111111100110000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF53A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF53A9; }

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

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

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

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

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

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

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

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