#AF60AB

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

Shades of Violet Blue #AF60AB

Tints of Violet Blue #AF60AB

Color information

#AF60AB (or 0xAF60AB) is unknown color: approx Violet Blue. HEX triplet: AF, 60 and AB. RGB value is (175,96,171). Sum of RGB (Red+Green+Blue) = 175+96+171=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF60AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF60AB is #509F54. Grayscale: #7F7F7F. Windows color (decimal): -5283669 or 11231407. OLE color: 11231407.

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

Color convert

RGB17596171-
CMYK00.450.020.31
HSL303.04º33.05%53.14%-
HSV(B)303.04º45.14%68.63%-
XYZ29.2120.4240.93-
YUV128.17152.17161.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 96 (37.89% from 255) = 21.72%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=39.59%
G=21.72%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759617100.450.020.31303.0433.0553.14
HexAF60AB02D21F12f2135
Octal2571402530552374574165
Binary1010111111000001010101101011011011111100101111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF60AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF60AB; }

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

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

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

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

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

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

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

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