#AC69AE

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

Shades of Violet Blue #AC69AE

Tints of Violet Blue #AC69AE

Color information

#AC69AE (or 0xAC69AE) is unknown color: approx Violet Blue. HEX triplet: AC, 69 and AE. RGB value is (172,105,174). Sum of RGB (Red+Green+Blue) = 172+105+174=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC69AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC69AE is #539651. Grayscale: #848484. Windows color (decimal): -5477970 or 11430316. OLE color: 11430316.

HSL color Cylindrical-coordinate representation of color #AC69AE: hue angle of 298.26º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC69AE is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172105174-
CMYK0.010.4000.32
HSL298.26º29.87%54.71%-
HSV(B)298.26º39.66%68.24%-
XYZ29.721.9342.71-
YUV132.9151.2155.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=38.14%
G=23.28%
B=38.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721051740.010.4000.32298.2629.8754.71
HexAC69AE12802012a1e37
Octal2541512561500404523667
Binary101011001101001101011101101000010000010010101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC69AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC69AE; }

 p { color: rgb(172,105,174); }

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

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

 a { background-color: rgb(172,105,174); }

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

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

 span { border-color: rgb(172,105,174); }

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