#AB65AC

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

Shades of Violet Blue #AB65AC

Tints of Violet Blue #AB65AC

Color information

#AB65AC (or 0xAB65AC) is unknown color: approx Violet Blue. HEX triplet: AB, 65 and AC. RGB value is (171,101,172). Sum of RGB (Red+Green+Blue) = 171+101+172=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB65AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB65AC is #549A53. Grayscale: #818181. Windows color (decimal): -5544532 or 11298219. OLE color: 11298219.

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

Color convert

RGB171101172-
CMYK0.010.4100.33
HSL299.15º29.96%53.53%-
HSV(B)299.15º41.28%67.45%-
XYZ28.8920.9441.55-
YUV130.02151.69157.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 101 (39.84% from 255) = 22.75%
BLUE value IS 172 (67.58% from 255) = 38.74%
R=38.51%
G=22.75%
B=38.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711011720.010.4100.33299.1529.9653.53
HexAB65AC12902112b1e36
Octal2531452541510414533666
Binary101010111100101101011001101001010000110010101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB65AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB65AC; }

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

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

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

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

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

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

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

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