#AB6FAE

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

Shades of Violet Blue #AB6FAE

Tints of Violet Blue #AB6FAE

Color information

#AB6FAE (or 0xAB6FAE) is unknown color: approx Violet Blue. HEX triplet: AB, 6F and AE. RGB value is (171,111,174). Sum of RGB (Red+Green+Blue) = 171+111+174=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB6FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6FAE is #549051. Grayscale: #878787. Windows color (decimal): -5541970 or 11431851. OLE color: 11431851.

HSL color Cylindrical-coordinate representation of color #AB6FAE: hue angle of 297.14º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB6FAE is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171111174-
CMYK0.020.3600.32
HSL297.14º28%55.88%-
HSV(B)297.14º36.21%68.24%-
XYZ30.1223.0842.91-
YUV136.12149.38152.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.5%
GREEN value IS 111 (43.75% from 255) = 24.34%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=37.5%
G=24.34%
B=38.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711111740.020.3600.32297.142855.88
HexAB6FAE2240201291c38
Octal2531572562440404513470
Binary1010101111011111010111010100100010000010010100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6FAE; }

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

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

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

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

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

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

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

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