#AF479E

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

Shades of Violet Blue #AF479E

Tints of Violet Blue #AF479E

Color information

#AF479E (or 0xAF479E) is unknown color: approx Violet Blue. HEX triplet: AF, 47 and 9E. RGB value is (175,71,158). Sum of RGB (Red+Green+Blue) = 175+71+158=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF479E is #50B861. Grayscale: #6F6F6F. Windows color (decimal): -5290082 or 10373039. OLE color: 10373039.

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

Color convert

RGB17571158-
CMYK00.590.100.31
HSL309.81º42.28%48.24%-
HSV(B)309.81º59.43%68.63%-
XYZ26.116.0934.08-
YUV112.01153.96172.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 71 (28.12% from 255) = 17.57%
BLUE value IS 158 (62.11% from 255) = 39.11%
R=43.32%
G=17.57%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757115800.590.100.31309.8142.2848.24
HexAF479E03BA1F1362a30
Octal25710723607312374665260
Binary101011111000111100111100111011101011111100110110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF479E; }

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

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

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

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

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

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

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

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