#AC5AA5

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

Shades of Violet Blue #AC5AA5

Tints of Violet Blue #AC5AA5

Color information

#AC5AA5 (or 0xAC5AA5) is unknown color: approx Violet Blue. HEX triplet: AC, 5A and A5. RGB value is (172,90,165). Sum of RGB (Red+Green+Blue) = 172+90+165=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5AA5 is #53A55A. Grayscale: #7A7A7A. Windows color (decimal): -5481819 or 10836652. OLE color: 10836652.

HSL color Cylindrical-coordinate representation of color #AC5AA5: hue angle of 305.12º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5AA5 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB17290165-
CMYK00.480.040.33
HSL305.12º33.06%51.37%-
HSV(B)305.12º47.67%67.45%-
XYZ27.4618.837.78-
YUV123.07151.67162.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 165 (64.84% from 255) = 38.64%
R=40.28%
G=21.08%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729016500.480.040.33305.1233.0651.37
HexAC5AA50304211312133
Octal2541322450604414614163
Binary101011001011010101001010110000100100001100110001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5AA5; }

 p { color: rgb(172,90,165); }

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

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

 a { background-color: rgb(172,90,165); }

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

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

 span { border-color: rgb(172,90,165); }

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