#AC63AE

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

Shades of Violet Blue #AC63AE

Tints of Violet Blue #AC63AE

Color information

#AC63AE (or 0xAC63AE) is unknown color: approx Violet Blue. HEX triplet: AC, 63 and AE. RGB value is (172,99,174). Sum of RGB (Red+Green+Blue) = 172+99+174=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC63AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC63AE is #539C51. Grayscale: #818181. Windows color (decimal): -5479506 or 11428780. OLE color: 11428780.

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

Color convert

RGB17299174-
CMYK0.010.4300.32
HSL298.4º31.65%53.53%-
HSV(B)298.4º43.1%68.24%-
XYZ29.1220.7542.52-
YUV129.38153.18158.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 99 (39.06% from 255) = 22.25%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=38.65%
G=22.25%
B=39.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172991740.010.4300.32298.431.6553.53
HexAC63AE12B02012a2036
Octal2541432561530404524066
Binary1010110011000111010111011010110100000100101010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC63AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC63AE; }

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

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

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

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

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

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

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

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