#AB60B1

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

Shades of Violet Blue #AB60B1

Tints of Violet Blue #AB60B1

Color information

#AB60B1 (or 0xAB60B1) is unknown color: approx Violet Blue. HEX triplet: AB, 60 and B1. RGB value is (171,96,177). Sum of RGB (Red+Green+Blue) = 171+96+177=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB60B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB60B1 is #549F4E. Grayscale: #7F7F7F. Windows color (decimal): -5545807 or 11624619. OLE color: 11624619.

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

Color convert

RGB17196177-
CMYK0.030.4600.31
HSL295.56º34.18%53.53%-
HSV(B)295.56º45.76%69.41%-
XYZ28.9120.243.97-
YUV127.66155.85158.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 96 (37.89% from 255) = 21.62%
BLUE value IS 177 (69.53% from 255) = 39.86%
R=38.51%
G=21.62%
B=39.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171961770.030.4600.31295.5634.1853.53
HexAB60B132E01F1282236
Octal2531402613560374504266
Binary1010101111000001011000111101110011111100101000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB60B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB60B1; }

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

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

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

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

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

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

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

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