#AF57AA

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

Shades of Violet Blue #AF57AA

Tints of Violet Blue #AF57AA

Color information

#AF57AA (or 0xAF57AA) is unknown color: approx Violet Blue. HEX triplet: AF, 57 and AA. RGB value is (175,87,170). Sum of RGB (Red+Green+Blue) = 175+87+170=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF57AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF57AA is #50A855. Grayscale: #7A7A7A. Windows color (decimal): -5285974 or 11163567. OLE color: 11163567.

HSL color Cylindrical-coordinate representation of color #AF57AA: hue angle of 303.41º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF57AA is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17587170-
CMYK00.500.030.31
HSL303.41º35.48%51.37%-
HSV(B)303.41º50.29%68.63%-
XYZ28.3418.8340.17-
YUV122.77154.65165.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 87 (34.38% from 255) = 20.14%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=40.51%
G=20.14%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758717000.500.030.31303.4135.4851.37
HexAF57AA03231F12f2333
Octal2571272520623374574363
Binary1010111110101111010101001100101111111100101111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF57AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF57AA; }

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

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

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

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

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

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

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

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