#AF6095

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

Shades of Violet Blue #AF6095

Tints of Violet Blue #AF6095

Color information

#AF6095 (or 0xAF6095) is unknown color: approx Violet Blue. HEX triplet: AF, 60 and 95. RGB value is (175,96,149). Sum of RGB (Red+Green+Blue) = 175+96+149=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6095 is #509F6A. Grayscale: #7D7D7D. Windows color (decimal): -5283691 or 9789615. OLE color: 9789615.

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

Color convert

RGB17596149-
CMYK00.450.150.31
HSL319.75º33.05%53.14%-
HSV(B)319.75º45.14%68.63%-
XYZ27.2919.6530.79-
YUV125.66141.17163.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 149 (58.59% from 255) = 35.48%
R=41.67%
G=22.86%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759614900.450.150.31319.7533.0553.14
HexAF609502DF1F1402135
Octal25714022505517375004165
Binary101011111100000100101010101101111111111101000000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6095; }

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

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

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

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

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

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

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

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