#ACAAE5

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

Shades of Perano #ACAAE5

Tints of Perano #ACAAE5

Color information

#ACAAE5 (or 0xACAAE5) is unknown color: approx Perano. HEX triplet: AC, AA and E5. RGB value is (172,170,229). Sum of RGB (Red+Green+Blue) = 172+170+229=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACAAE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAAE5 is #53551A. Grayscale: #B1B1B1. Windows color (decimal): -5461275 or 15051436. OLE color: 15051436.

HSL color Cylindrical-coordinate representation of color #ACAAE5: hue angle of 242.03º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACAAE5 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172170229-
CMYK0.250.2600.10
HSL242.03º53.15%78.24%-
HSV(B)242.03º25.76%89.8%-
XYZ45.5343.1880.06-
YUV177.32157.16124.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 170 (66.80% from 255) = 29.77%
BLUE value IS 229 (89.84% from 255) = 40.11%
R=30.12%
G=29.77%
B=40.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1721702290.250.2600.10242.0353.1578.24
HexACAAE5191A0Af2354e
Octal254252345313201236265116
Binary101011001010101011100101110011101001010111100101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAE5; }

 p { color: rgb(172,170,229); }

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

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

 a { background-color: rgb(172,170,229); }

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

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

 span { border-color: rgb(172,170,229); }

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