#AF50AA

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

Shades of Violet Blue #AF50AA

Tints of Violet Blue #AF50AA

Color information

#AF50AA (or 0xAF50AA) is unknown color: approx Violet Blue. HEX triplet: AF, 50 and AA. RGB value is (175,80,170). Sum of RGB (Red+Green+Blue) = 175+80+170=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF50AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF50AA is #50AF55. Grayscale: #767676. Windows color (decimal): -5287766 or 11161775. OLE color: 11161775.

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

Color convert

RGB17580170-
CMYK00.540.030.31
HSL303.16º37.25%50%-
HSV(B)303.16º54.29%68.63%-
XYZ27.817.7539.99-
YUV118.66156.97168.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 80 (31.64% from 255) = 18.82%
BLUE value IS 170 (66.80% from 255) = 40%
R=41.18%
G=18.82%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758017000.540.030.31303.1637.2550
HexAF50AA03631F12f2532
Octal2571202520663374574562
Binary1010111110100001010101001101101111111100101111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF50AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF50AA; }

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

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

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

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

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

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

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

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