#AB6BAE

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

Shades of Violet Blue #AB6BAE

Tints of Violet Blue #AB6BAE

Color information

#AB6BAE (or 0xAB6BAE) is unknown color: approx Violet Blue. HEX triplet: AB, 6B and AE. RGB value is (171,107,174). Sum of RGB (Red+Green+Blue) = 171+107+174=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB6BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6BAE is #549451. Grayscale: #858585. Windows color (decimal): -5542994 or 11430827. OLE color: 11430827.

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

Color convert

RGB171107174-
CMYK0.020.3900.32
HSL297.31º29.26%55.1%-
HSV(B)297.31º38.51%68.24%-
XYZ29.6922.2342.77-
YUV133.77150.7154.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 107 (42.19% from 255) = 23.67%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=37.83%
G=23.67%
B=38.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711071740.020.3900.32297.3129.2655.1
HexAB6BAE2270201291d37
Octal2531532562470404513567
Binary1010101111010111010111010100111010000010010100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6BAE; }

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

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

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

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

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

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

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

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