#AF5E96

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

Shades of Violet Blue #AF5E96

Tints of Violet Blue #AF5E96

Color information

#AF5E96 (or 0xAF5E96) is unknown color: approx Violet Blue. HEX triplet: AF, 5E and 96. RGB value is (175,94,150). Sum of RGB (Red+Green+Blue) = 175+94+150=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5E96 is #50A169. Grayscale: #7C7C7C. Windows color (decimal): -5284202 or 9854639. OLE color: 9854639.

HSL color Cylindrical-coordinate representation of color #AF5E96: hue angle of 318.52º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF5E96 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17594150-
CMYK00.460.140.31
HSL318.52º33.61%52.75%-
HSV(B)318.52º46.29%68.63%-
XYZ27.1919.3231.15-
YUV124.6142.34163.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 94 (37.11% from 255) = 22.43%
BLUE value IS 150 (58.98% from 255) = 35.80%
R=41.77%
G=22.43%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759415000.460.140.31318.5233.6152.75
HexAF5E9602EE1F13f2235
Octal25713622605616374774265
Binary101011111011110100101100101110111011111100111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5E96; }

 p { color: rgb(175,94,150); }

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

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

 a { background-color: rgb(175,94,150); }

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

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

 span { border-color: rgb(175,94,150); }

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