#AF509C

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

Shades of Violet Blue #AF509C

Tints of Violet Blue #AF509C

Color information

#AF509C (or 0xAF509C) is unknown color: approx Violet Blue. HEX triplet: AF, 50 and 9C. RGB value is (175,80,156). Sum of RGB (Red+Green+Blue) = 175+80+156=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF509C is #50AF63. Grayscale: #747474. Windows color (decimal): -5287780 or 10244271. OLE color: 10244271.

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

Color convert

RGB17580156-
CMYK00.540.110.31
HSL312º37.25%50%-
HSV(B)312º54.29%68.63%-
XYZ26.5517.2533.38-
YUV117.07149.97169.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 80 (31.64% from 255) = 19.46%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=42.58%
G=19.46%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758015600.540.110.3131237.2550
HexAF509C036B1F1382532
Octal25712023406613374704562
Binary101011111010000100111000110110101111111100111000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF509C; }

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

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

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

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

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

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

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

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