#ac5da1

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

Shades of Violet Blue #AC5DA1

Tints of Violet Blue #AC5DA1

Color information

#AC5DA1 (or 0xAC5DA1) is unknown color: approx Violet Blue. HEX triplet: AC, 5D and A1. RGB value is (172,93,161). Sum of RGB (Red+Green+Blue) = 172+93+161=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5DA1 is #53A25E. Grayscale: #7C7C7C. Windows color (decimal): -5481055 or 10575276. OLE color: 10575276.

HSL color Cylindrical-coordinate representation of color #AC5DA1: hue angle of 308.35º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC5DA1 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17293161-
CMYK00.460.060.33
HSL308.35º32.24%51.96%-
HSV(B)308.35º45.93%67.45%-
XYZ27.3619.1735.98-
YUV124.37148.67161.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 93 (36.72% from 255) = 21.83%
BLUE value IS 161 (63.28% from 255) = 37.79%
R=40.38%
G=21.83%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729316100.460.060.33308.3532.2451.96
HexAC5DA102E6211342034
Octal2541352410566414644064
Binary101011001011101101000010101110110100001100110100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac5da1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac5da1; }

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

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

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

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

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

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

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

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