#ACAAE7

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

Shades of Perano #ACAAE7

Tints of Perano #ACAAE7

Color information

#ACAAE7 (or 0xACAAE7) is unknown color: approx Perano. HEX triplet: AC, AA and E7. RGB value is (172,170,231). Sum of RGB (Red+Green+Blue) = 172+170+231=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 231 - color contains mainly: blue. Hex color #ACAAE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAAE7 is #535518. Grayscale: #B1B1B1. Windows color (decimal): -5461273 or 15182508. OLE color: 15182508.

HSL color Cylindrical-coordinate representation of color #ACAAE7: hue angle of 241.97º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACAAE7 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172170231-
CMYK0.260.2600.09
HSL241.97º55.96%78.63%-
HSV(B)241.97º26.41%90.59%-
XYZ45.8143.2981.54-
YUV177.55158.16124.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 231 (90.62% from 255) = 40.31%
R=30.02%
G=29.67%
B=40.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721702310.260.2600.09241.9755.9678.63
HexACAAE71A1A09f2384f
Octal254252347323201136270117
Binary101011001010101011100111110101101001001111100101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAE7; }

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

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

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

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

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

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

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

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