#AF53AA

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

Shades of Violet Blue #AF53AA

Tints of Violet Blue #AF53AA

Color information

#AF53AA (or 0xAF53AA) is unknown color: approx Violet Blue. HEX triplet: AF, 53 and AA. RGB value is (175,83,170). Sum of RGB (Red+Green+Blue) = 175+83+170=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF53AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF53AA is #50AC55. Grayscale: #787878. Windows color (decimal): -5286998 or 11162543. OLE color: 11162543.

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

Color convert

RGB17583170-
CMYK00.530.030.31
HSL303.26º36.51%50.59%-
HSV(B)303.26º52.57%68.63%-
XYZ28.0318.240.07-
YUV120.43155.98166.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 83 (32.81% from 255) = 19.39%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=40.89%
G=19.39%
B=39.72%

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
Decimal1758317000.530.030.31303.2636.5150.59
HexAF53AA03531F12f2533
Octal2571232520653374574563
Binary1010111110100111010101001101011111111100101111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF53AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF53AA; }

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

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

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

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

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

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

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

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