#AF6196

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

Shades of Violet Blue #AF6196

Tints of Violet Blue #AF6196

Color information

#AF6196 (or 0xAF6196) is unknown color: approx Violet Blue. HEX triplet: AF, 61 and 96. RGB value is (175,97,150). Sum of RGB (Red+Green+Blue) = 175+97+150=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6196 is #509E69. Grayscale: #7E7E7E. Windows color (decimal): -5283434 or 9855407. OLE color: 9855407.

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

Color convert

RGB17597150-
CMYK00.450.140.31
HSL319.23º32.77%53.33%-
HSV(B)319.23º44.57%68.63%-
XYZ27.4619.8731.24-
YUV126.36141.34162.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 97 (38.28% from 255) = 22.99%
BLUE value IS 150 (58.98% from 255) = 35.55%
R=41.47%
G=22.99%
B=35.55%

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
Decimal1759715000.450.140.31319.2332.7753.33
HexAF619602DE1F13f2135
Octal25714122605516374774165
Binary101011111100001100101100101101111011111100111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6196; }

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

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

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

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

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

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

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

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