#AF55A0

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

Shades of Violet Blue #AF55A0

Tints of Violet Blue #AF55A0

Color information

#AF55A0 (or 0xAF55A0) is unknown color: approx Violet Blue. HEX triplet: AF, 55 and A0. RGB value is (175,85,160). Sum of RGB (Red+Green+Blue) = 175+85+160=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF55A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF55A0 is #50AA5F. Grayscale: #787878. Windows color (decimal): -5286496 or 10507695. OLE color: 10507695.

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

Color convert

RGB17585160-
CMYK00.510.090.31
HSL310º36%50.98%-
HSV(B)310º51.43%68.63%-
XYZ27.2718.1535.32-
YUV120.46150.32166.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 85 (33.59% from 255) = 20.24%
BLUE value IS 160 (62.89% from 255) = 38.10%
R=41.67%
G=20.24%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758516000.510.090.313103650.98
HexAF55A003391F1362433
Octal25712524006311374664463
Binary101011111010101101000000110011100111111100110110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF55A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF55A0; }

 p { color: rgb(175,85,160); }

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

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

 a { background-color: rgb(175,85,160); }

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

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

 span { border-color: rgb(175,85,160); }

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