#AB6AA2

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

Shades of Violet Blue #AB6AA2

Tints of Violet Blue #AB6AA2

Color information

#AB6AA2 (or 0xAB6AA2) is unknown color: approx Violet Blue. HEX triplet: AB, 6A and A2. RGB value is (171,106,162). Sum of RGB (Red+Green+Blue) = 171+106+162=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6AA2 is #54955D. Grayscale: #838383. Windows color (decimal): -5543262 or 10644139. OLE color: 10644139.

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

Color convert

RGB171106162-
CMYK00.380.050.33
HSL308.31º27.9%54.31%-
HSV(B)308.31º38.01%67.06%-
XYZ28.4721.5736.85-
YUV131.82145.03155.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 106 (41.80% from 255) = 24.15%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=38.95%
G=24.15%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110616200.380.050.33308.3127.954.31
HexAB6AA20265211341c36
Octal2531522420465414643466
Binary10101011110101010100010010011010110000110011010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6AA2; }

 p { color: rgb(171,106,162); }

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

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

 a { background-color: rgb(171,106,162); }

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

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

 span { border-color: rgb(171,106,162); }

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