#AB68B1

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

Shades of Violet Blue #AB68B1

Tints of Violet Blue #AB68B1

Color information

#AB68B1 (or 0xAB68B1) is unknown color: approx Violet Blue. HEX triplet: AB, 68 and B1. RGB value is (171,104,177). Sum of RGB (Red+Green+Blue) = 171+104+177=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB68B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB68B1 is #54974E. Grayscale: #848484. Windows color (decimal): -5543759 or 11626667. OLE color: 11626667.

HSL color Cylindrical-coordinate representation of color #AB68B1: hue angle of 295.07º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB68B1 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171104177-
CMYK0.030.4100.31
HSL295.07º31.88%55.1%-
HSV(B)295.07º41.24%69.41%-
XYZ29.6821.7344.23-
YUV132.35153.2155.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 104 (41.02% from 255) = 23.01%
BLUE value IS 177 (69.53% from 255) = 39.16%
R=37.83%
G=23.01%
B=39.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711041770.030.4100.31295.0731.8855.1
HexAB68B132901F1272037
Octal2531502613510374474067
Binary1010101111010001011000111101001011111100100111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB68B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB68B1; }

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

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

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

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

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

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

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

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