#AF60B1

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

Shades of Violet Blue #AF60B1

Tints of Violet Blue #AF60B1

Color information

#AF60B1 (or 0xAF60B1) is unknown color: approx Violet Blue. HEX triplet: AF, 60 and B1. RGB value is (175,96,177). Sum of RGB (Red+Green+Blue) = 175+96+177=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF60B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF60B1 is #509F4E. Grayscale: #808080. Windows color (decimal): -5283663 or 11624623. OLE color: 11624623.

HSL color Cylindrical-coordinate representation of color #AF60B1: hue angle of 298.52º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF60B1 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17596177-
CMYK0.010.4600.31
HSL298.52º34.18%53.53%-
HSV(B)298.52º45.76%69.41%-
XYZ29.820.6544.01-
YUV128.85155.17160.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 96 (37.89% from 255) = 21.43%
BLUE value IS 177 (69.53% from 255) = 39.51%
R=39.06%
G=21.43%
B=39.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175961770.010.4600.31298.5234.1853.53
HexAF60B112E01F12b2236
Octal2571402611560374534266
Binary101011111100000101100011101110011111100101011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF60B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF60B1; }

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

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

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

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

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

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

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

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