#af56a4

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

Shades of Violet Blue #AF56A4

Tints of Violet Blue #AF56A4

Color information

#AF56A4 (or 0xAF56A4) is unknown color: approx Violet Blue. HEX triplet: AF, 56 and A4. RGB value is (175,86,164). Sum of RGB (Red+Green+Blue) = 175+86+164=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF56A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF56A4 is #50A95B. Grayscale: #797979. Windows color (decimal): -5286236 or 10770095. OLE color: 10770095.

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

Color convert

RGB17586164-
CMYK00.510.060.31
HSL307.42º35.74%51.18%-
HSV(B)307.42º50.86%68.63%-
XYZ27.7118.4537.22-
YUV121.5151.99166.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 86 (33.98% from 255) = 20.24%
BLUE value IS 164 (64.45% from 255) = 38.59%
R=41.18%
G=20.24%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758616400.510.060.31307.4235.7451.18
HexAF56A403361F1332433
Octal2571262440636374634463
Binary10101111101011010100100011001111011111100110011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af56a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af56a4; }

 p { color: rgb(175,86,164); }

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

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

 a { background-color: rgb(175,86,164); }

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

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

 span { border-color: rgb(175,86,164); }

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