#AB68A1

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

Shades of Violet Blue #AB68A1

Tints of Violet Blue #AB68A1

Color information

#AB68A1 (or 0xAB68A1) is unknown color: approx Violet Blue. HEX triplet: AB, 68 and A1. RGB value is (171,104,161). Sum of RGB (Red+Green+Blue) = 171+104+161=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB68A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB68A1 is #54975E. Grayscale: #828282. Windows color (decimal): -5543775 or 10578091. OLE color: 10578091.

HSL color Cylindrical-coordinate representation of color #AB68A1: hue angle of 308.96º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB68A1 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB171104161-
CMYK00.390.060.33
HSL308.96º28.51%53.92%-
HSV(B)308.96º39.18%67.06%-
XYZ28.1821.1336.31-
YUV130.53145.2156.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 161 (63.28% from 255) = 36.93%
R=39.22%
G=23.85%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110416100.390.060.33308.9628.5153.92
HexAB68A10276211351d36
Octal2531502410476414653566
Binary10101011110100010100001010011111010000110011010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB68A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB68A1; }

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

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

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

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

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

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

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

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