#AF6199

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

Shades of Violet Blue #AF6199

Tints of Violet Blue #AF6199

Color information

#AF6199 (or 0xAF6199) is unknown color: approx Violet Blue. HEX triplet: AF, 61 and 99. RGB value is (175,97,153). Sum of RGB (Red+Green+Blue) = 175+97+153=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6199 is #509E66. Grayscale: #7E7E7E. Windows color (decimal): -5283431 or 10052015. OLE color: 10052015.

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

Color convert

RGB17597153-
CMYK00.450.130.31
HSL316.92º32.77%53.33%-
HSV(B)316.92º44.57%68.63%-
XYZ27.719.9632.53-
YUV126.71142.84162.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 153 (60.16% from 255) = 36%
R=41.18%
G=22.82%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759715300.450.130.31316.9232.7753.33
HexAF619902DD1F13d2135
Octal25714123105515374754165
Binary101011111100001100110010101101110111111100111101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6199; }

 p { color: rgb(175,97,153); }

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

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

 a { background-color: rgb(175,97,153); }

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

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

 span { border-color: rgb(175,97,153); }

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