#AC65AB

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

Shades of Violet Blue #AC65AB

Tints of Violet Blue #AC65AB

Color information

#AC65AB (or 0xAC65AB) is unknown color: approx Violet Blue. HEX triplet: AC, 65 and AB. RGB value is (172,101,171). Sum of RGB (Red+Green+Blue) = 172+101+171=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC65AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC65AB is #539A54. Grayscale: #828282. Windows color (decimal): -5478997 or 11232684. OLE color: 11232684.

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

Color convert

RGB172101171-
CMYK00.410.010.33
HSL300.85º29.96%53.53%-
HSV(B)300.85º41.28%67.45%-
XYZ29.0221.0241.06-
YUV130.21151.02157.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210117100.410.010.33300.8529.9653.53
HexAC65AB02912112d1e36
Octal2541452530511414553666
Binary101011001100101101010110101001110000110010110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC65AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC65AB; }

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

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

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

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

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

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

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

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