#AB68A6

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

Shades of Violet Blue #AB68A6

Tints of Violet Blue #AB68A6

Color information

#AB68A6 (or 0xAB68A6) is unknown color: approx Violet Blue. HEX triplet: AB, 68 and A6. RGB value is (171,104,166). Sum of RGB (Red+Green+Blue) = 171+104+166=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB68A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB68A6 is #549759. Grayscale: #828282. Windows color (decimal): -5543770 or 10905771. OLE color: 10905771.

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

Color convert

RGB171104166-
CMYK00.390.030.33
HSL304.48º28.51%53.92%-
HSV(B)304.48º39.18%67.06%-
XYZ28.6321.3138.68-
YUV131.1147.7156.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 104 (41.02% from 255) = 23.58%
BLUE value IS 166 (65.23% from 255) = 37.64%
R=38.78%
G=23.58%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110416600.390.030.33304.4828.5153.92
HexAB68A60273211301d36
Octal2531502460473414603566
Binary1010101111010001010011001001111110000110011000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB68A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB68A6; }

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

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

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

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

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

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

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

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