#AF6096

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

Shades of Violet Blue #AF6096

Tints of Violet Blue #AF6096

Color information

#AF6096 (or 0xAF6096) is unknown color: approx Violet Blue. HEX triplet: AF, 60 and 96. RGB value is (175,96,150). Sum of RGB (Red+Green+Blue) = 175+96+150=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6096 is #509F69. Grayscale: #7D7D7D. Windows color (decimal): -5283690 or 9855151. OLE color: 9855151.

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

Color convert

RGB17596150-
CMYK00.450.140.31
HSL318.99º33.05%53.14%-
HSV(B)318.99º45.14%68.63%-
XYZ27.3719.6831.21-
YUV125.78141.67163.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=41.57%
G=22.80%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759615000.450.140.31318.9933.0553.14
HexAF609602DE1F13f2135
Octal25714022605516374774165
Binary101011111100000100101100101101111011111100111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6096; }

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

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

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

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

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

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

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

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