#AF449F

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

Shades of Violet Blue #AF449F

Tints of Violet Blue #AF449F

Color information

#AF449F (or 0xAF449F) is unknown color: approx Violet Blue. HEX triplet: AF, 44 and 9F. RGB value is (175,68,159). Sum of RGB (Red+Green+Blue) = 175+68+159=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF449F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF449F is #50BB60. Grayscale: #6E6E6E. Windows color (decimal): -5290849 or 10437807. OLE color: 10437807.

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

Color convert

RGB17568159-
CMYK00.610.090.31
HSL308.97º44.03%47.65%-
HSV(B)308.97º61.14%68.63%-
XYZ2615.7534.47-
YUV110.37155.45174.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 68 (26.95% from 255) = 16.92%
BLUE value IS 159 (62.5% from 255) = 39.55%
R=43.53%
G=16.92%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756815900.610.090.31308.9744.0347.65
HexAF449F03D91F1352c30
Octal25710423707511374655460
Binary101011111000100100111110111101100111111100110101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF449F; }

 p { color: rgb(175,68,159); }

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

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

 a { background-color: rgb(175,68,159); }

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

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

 span { border-color: rgb(175,68,159); }

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