#AB65A8

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

Shades of Violet Blue #AB65A8

Tints of Violet Blue #AB65A8

Color information

#AB65A8 (or 0xAB65A8) is unknown color: approx Violet Blue. HEX triplet: AB, 65 and A8. RGB value is (171,101,168). Sum of RGB (Red+Green+Blue) = 171+101+168=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB65A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB65A8 is #549A57. Grayscale: #818181. Windows color (decimal): -5544536 or 11036075. OLE color: 11036075.

HSL color Cylindrical-coordinate representation of color #AB65A8: hue angle of 302.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB65A8 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB171101168-
CMYK00.410.020.33
HSL302.57º29.41%53.33%-
HSV(B)302.57º40.94%67.06%-
XYZ28.5220.7939.56-
YUV129.57149.69157.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 168 (66.02% from 255) = 38.18%
R=38.86%
G=22.95%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110116800.410.020.33302.5729.4153.33
HexAB65A802922112f1d35
Octal2531452500512414573565
Binary1010101111001011010100001010011010000110010111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB65A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB65A8; }

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

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

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

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

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

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

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

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