#AB65AE

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

Shades of Violet Blue #AB65AE

Tints of Violet Blue #AB65AE

Color information

#AB65AE (or 0xAB65AE) is unknown color: approx Violet Blue. HEX triplet: AB, 65 and AE. RGB value is (171,101,174). Sum of RGB (Red+Green+Blue) = 171+101+174=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB65AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB65AE is #549A51. Grayscale: #828282. Windows color (decimal): -5544530 or 11429291. OLE color: 11429291.

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

Color convert

RGB171101174-
CMYK0.020.4200.32
HSL297.53º31.06%53.92%-
HSV(B)297.53º41.95%68.24%-
XYZ29.0921.0242.57-
YUV130.25152.69157.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 101 (39.84% from 255) = 22.65%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=38.34%
G=22.65%
B=39.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711011740.020.4200.32297.5331.0653.92
HexAB65AE22A02012a1f36
Octal2531452562520404523766
Binary1010101111001011010111010101010010000010010101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB65AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB65AE; }

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

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

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

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

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

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

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

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