#AB6CAE

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

Shades of Violet Blue #AB6CAE

Tints of Violet Blue #AB6CAE

Color information

#AB6CAE (or 0xAB6CAE) is unknown color: approx Violet Blue. HEX triplet: AB, 6C and AE. RGB value is (171,108,174). Sum of RGB (Red+Green+Blue) = 171+108+174=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB6CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6CAE is #549351. Grayscale: #868686. Windows color (decimal): -5542738 or 11431083. OLE color: 11431083.

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

Color convert

RGB171108174-
CMYK0.020.3800.32
HSL297.27º28.95%55.29%-
HSV(B)297.27º37.93%68.24%-
XYZ29.822.4442.81-
YUV134.36150.37154.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 108 (42.58% from 255) = 23.84%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=37.75%
G=23.84%
B=38.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711081740.020.3800.32297.2728.9555.29
HexAB6CAE2260201291d37
Octal2531542562460404513567
Binary1010101111011001010111010100110010000010010100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6CAE; }

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

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

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

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

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

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

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

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