#AB68B4

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

Shades of Violet Blue #AB68B4

Tints of Violet Blue #AB68B4

Color information

#AB68B4 (or 0xAB68B4) is unknown color: approx Violet Blue. HEX triplet: AB, 68 and B4. RGB value is (171,104,180). Sum of RGB (Red+Green+Blue) = 171+104+180=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB68B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB68B4 is #54974B. Grayscale: #848484. Windows color (decimal): -5543756 or 11823275. OLE color: 11823275.

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

Color convert

RGB171104180-
CMYK0.050.4200.29
HSL292.89º33.63%55.69%-
HSV(B)292.89º42.22%70.59%-
XYZ29.9821.8545.82-
YUV132.7154.7155.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 104 (41.02% from 255) = 22.86%
BLUE value IS 180 (70.70% from 255) = 39.56%
R=37.58%
G=22.86%
B=39.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711041800.050.4200.29292.8933.6355.69
HexAB68B452A01D1252238
Octal2531502645520354454270
Binary10101011110100010110100101101010011101100100101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB68B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB68B4; }

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

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

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

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

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

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

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

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