#AC5DB4

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

Shades of Violet Blue #AC5DB4

Tints of Violet Blue #AC5DB4

Color information

#AC5DB4 (or 0xAC5DB4) is unknown color: approx Violet Blue. HEX triplet: AC, 5D and B4. RGB value is (172,93,180). Sum of RGB (Red+Green+Blue) = 172+93+180=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC5DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DB4 is #53A24B. Grayscale: #7E7E7E. Windows color (decimal): -5481036 or 11820460. OLE color: 11820460.

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

Color convert

RGB17293180-
CMYK0.040.4800.29
HSL294.48º36.71%53.53%-
HSV(B)294.48º48.33%70.59%-
XYZ29.1719.8945.48-
YUV126.54158.17160.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 93 (36.72% from 255) = 20.90%
BLUE value IS 180 (70.70% from 255) = 40.45%
R=38.65%
G=20.90%
B=40.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172931800.040.4800.29294.4836.7153.53
HexAC5DB443001D1262536
Octal2541352644600354464566
Binary10101100101110110110100100110000011101100100110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5DB4; }

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

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

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

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

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

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

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

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