#AF479C

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

Shades of Violet Blue #AF479C

Tints of Violet Blue #AF479C

Color information

#AF479C (or 0xAF479C) is unknown color: approx Violet Blue. HEX triplet: AF, 47 and 9C. RGB value is (175,71,156). Sum of RGB (Red+Green+Blue) = 175+71+156=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF479C is #50B863. Grayscale: #6F6F6F. Windows color (decimal): -5290084 or 10241967. OLE color: 10241967.

HSL color Cylindrical-coordinate representation of color #AF479C: hue angle of 310.96º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF479C is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17571156-
CMYK00.590.110.31
HSL310.96º42.28%48.24%-
HSV(B)310.96º59.43%68.63%-
XYZ25.9316.0233.18-
YUV111.79152.96173.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 71 (28.12% from 255) = 17.66%
BLUE value IS 156 (61.33% from 255) = 38.81%
R=43.53%
G=17.66%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757115600.590.110.31310.9642.2848.24
HexAF479C03BB1F1372a30
Octal25710723407313374675260
Binary101011111000111100111000111011101111111100110111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF479C; }

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

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

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

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

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

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

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

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