#AB60B4

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

Shades of Violet Blue #AB60B4

Tints of Violet Blue #AB60B4

Color information

#AB60B4 (or 0xAB60B4) is unknown color: approx Violet Blue. HEX triplet: AB, 60 and B4. RGB value is (171,96,180). Sum of RGB (Red+Green+Blue) = 171+96+180=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB60B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60B4 is #549F4B. Grayscale: #7F7F7F. Windows color (decimal): -5545804 or 11821227. OLE color: 11821227.

HSL color Cylindrical-coordinate representation of color #AB60B4: hue angle of 293.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB60B4 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17196180-
CMYK0.050.4700.29
HSL293.57º35.9%54.12%-
HSV(B)293.57º46.67%70.59%-
XYZ29.2220.3245.56-
YUV128157.35158.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 96 (37.89% from 255) = 21.48%
BLUE value IS 180 (70.70% from 255) = 40.27%
R=38.26%
G=21.48%
B=40.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171961800.050.4700.29293.5735.954.12
HexAB60B452F01D1262436
Octal2531402645570354464466
Binary10101011110000010110100101101111011101100100110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB60B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB60B4; }

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

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

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

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

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

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

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

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