#AB60AF

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

Shades of Violet Blue #AB60AF

Tints of Violet Blue #AB60AF

Color information

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

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

Color convert

RGB17196175-
CMYK0.020.4500.31
HSL296.96º33.05%53.14%-
HSV(B)296.96º45.14%68.63%-
XYZ28.7220.1242.93-
YUV127.43154.85159.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171961750.020.4500.31296.9633.0553.14
HexAB60AF22D01F1292135
Octal2531402572550374514165
Binary1010101111000001010111110101101011111100101001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB60AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB60AF; }

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

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

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

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

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

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

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

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