#AB6FAA

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

Shades of Violet Blue #AB6FAA

Tints of Violet Blue #AB6FAA

Color information

#AB6FAA (or 0xAB6FAA) is unknown color: approx Violet Blue. HEX triplet: AB, 6F and AA. RGB value is (171,111,170). Sum of RGB (Red+Green+Blue) = 171+111+170=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6FAA is #549055. Grayscale: #878787. Windows color (decimal): -5541974 or 11169707. OLE color: 11169707.

HSL color Cylindrical-coordinate representation of color #AB6FAA: hue angle of 301º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB6FAA is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB171111170-
CMYK00.350.010.33
HSL301º26.32%55.29%-
HSV(B)301º35.09%67.06%-
XYZ29.7322.9340.89-
YUV135.67147.38153.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 111 (43.75% from 255) = 24.56%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=37.83%
G=24.56%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111117000.350.010.3330126.3255.29
HexAB6FAA02312112d1a37
Octal2531572520431414553267
Binary101010111101111101010100100011110000110010110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6FAA; }

 p { color: rgb(171,111,170); }

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

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

 a { background-color: rgb(171,111,170); }

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

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

 span { border-color: rgb(171,111,170); }

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