#AF5F96

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

Shades of Violet Blue #AF5F96

Tints of Violet Blue #AF5F96

Color information

#AF5F96 (or 0xAF5F96) is unknown color: approx Violet Blue. HEX triplet: AF, 5F and 96. RGB value is (175,95,150). Sum of RGB (Red+Green+Blue) = 175+95+150=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5F96 is #50A069. Grayscale: #7D7D7D. Windows color (decimal): -5283946 or 9854895. OLE color: 9854895.

HSL color Cylindrical-coordinate representation of color #AF5F96: hue angle of 318.75º degrees, saturation: 0.33, 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 #AF5F96 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17595150-
CMYK00.460.140.31
HSL318.75º33.33%52.94%-
HSV(B)318.75º45.71%68.63%-
XYZ27.2819.531.18-
YUV125.19142163.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 95 (37.5% from 255) = 22.62%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=41.67%
G=22.62%
B=35.71%

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
Decimal1759515000.460.140.31318.7533.3352.94
HexAF5F9602EE1F13f2135
Octal25713722605616374774165
Binary101011111011111100101100101110111011111100111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5F96; }

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

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

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

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

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

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

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

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