#AB6DAE

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

Shades of Violet Blue #AB6DAE

Tints of Violet Blue #AB6DAE

Color information

#AB6DAE (or 0xAB6DAE) is unknown color: approx Violet Blue. HEX triplet: AB, 6D and AE. RGB value is (171,109,174). Sum of RGB (Red+Green+Blue) = 171+109+174=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB6DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6DAE is #549251. Grayscale: #868686. Windows color (decimal): -5542482 or 11431339. OLE color: 11431339.

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

Color convert

RGB171109174-
CMYK0.020.3700.32
HSL297.23º28.63%55.49%-
HSV(B)297.23º37.36%68.24%-
XYZ29.922.6542.84-
YUV134.95150.04153.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 109 (42.97% from 255) = 24.01%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=37.67%
G=24.01%
B=38.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711091740.020.3700.32297.2328.6355.49
HexAB6DAE2250201291d37
Octal2531552562450404513567
Binary1010101111011011010111010100101010000010010100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6DAE; }

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

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

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

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

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

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

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

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