#AC5CB4

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

Shades of Violet Blue #AC5CB4

Tints of Violet Blue #AC5CB4

Color information

#AC5CB4 (or 0xAC5CB4) is unknown color: approx Violet Blue. HEX triplet: AC, 5C and B4. RGB value is (172,92,180). Sum of RGB (Red+Green+Blue) = 172+92+180=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC5CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CB4 is #53A34B. Grayscale: #7D7D7D. Windows color (decimal): -5481292 or 11820204. OLE color: 11820204.

HSL color Cylindrical-coordinate representation of color #AC5CB4: hue angle of 294.55º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC5CB4 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17292180-
CMYK0.040.4900.29
HSL294.55º36.97%53.33%-
HSV(B)294.55º48.89%70.59%-
XYZ29.0819.7245.45-
YUV125.95158.5160.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 92 (36.33% from 255) = 20.72%
BLUE value IS 180 (70.70% from 255) = 40.54%
R=38.74%
G=20.72%
B=40.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172921800.040.4900.29294.5536.9753.33
HexAC5CB443101D1272535
Octal2541342644610354474565
Binary10101100101110010110100100110001011101100100111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5CB4; }

 p { color: rgb(172,92,180); }

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

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

 a { background-color: rgb(172,92,180); }

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

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

 span { border-color: rgb(172,92,180); }

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