#AF449E

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

Shades of Violet Blue #AF449E

Tints of Violet Blue #AF449E

Color information

#AF449E (or 0xAF449E) is unknown color: approx Violet Blue. HEX triplet: AF, 44 and 9E. RGB value is (175,68,158). Sum of RGB (Red+Green+Blue) = 175+68+158=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF449E is #50BB61. Grayscale: #6E6E6E. Windows color (decimal): -5290850 or 10372271. OLE color: 10372271.

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

Color convert

RGB17568158-
CMYK00.610.100.31
HSL309.53º44.03%47.65%-
HSV(B)309.53º61.14%68.63%-
XYZ25.9215.7234.02-
YUV110.25154.95174.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 68 (26.95% from 255) = 16.96%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=43.64%
G=16.96%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756815800.610.100.31309.5344.0347.65
HexAF449E03DA1F1362c30
Octal25710423607512374665460
Binary101011111000100100111100111101101011111100110110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF449E; }

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

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

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

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

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

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

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

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