#AB65AB

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

Shades of Violet Blue #AB65AB

Tints of Violet Blue #AB65AB

Color information

#AB65AB (or 0xAB65AB) is unknown color: approx Violet Blue. HEX triplet: AB, 65 and AB. RGB value is (171,101,171). Sum of RGB (Red+Green+Blue) = 171+101+171=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB65AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB65AB is #549A54. Grayscale: #818181. Windows color (decimal): -5544533 or 11232683. OLE color: 11232683.

HSL color Cylindrical-coordinate representation of color #AB65AB: hue angle of 300º 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 #AB65AB is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB171101171-
CMYK00.4100.33
HSL300º29.41%53.33%-
HSV(B)300º40.94%67.06%-
XYZ28.820.9141.05-
YUV129.91151.19157.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=38.60%
G=22.80%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110117100.4100.3330029.4153.33
HexAB65AB02902112c1d35
Octal2531452530510414543565
Binary101010111100101101010110101001010000110010110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB65AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB65AB; }

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

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

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

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

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

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

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

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