#ACAAEA

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

Shades of Perano #ACAAEA

Tints of Perano #ACAAEA

Color information

#ACAAEA (or 0xACAAEA) is unknown color: approx Perano. HEX triplet: AC, AA and EA. RGB value is (172,170,234). Sum of RGB (Red+Green+Blue) = 172+170+234=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACAAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAAEA is #535515. Grayscale: #B1B1B1. Windows color (decimal): -5461270 or 15379116. OLE color: 15379116.

HSL color Cylindrical-coordinate representation of color #ACAAEA: hue angle of 241.88º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACAAEA is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172170234-
CMYK0.260.2700.08
HSL241.88º60.38%79.22%-
HSV(B)241.88º27.35%91.76%-
XYZ46.2443.4683.79-
YUV177.89159.66123.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.86%
GREEN value IS 170 (66.80% from 255) = 29.51%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=29.86%
G=29.51%
B=40.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721702340.260.2700.08241.8860.3879.22
HexACAAEA1A1B08f23c4f
Octal254252352323301036274117
Binary101011001010101011101010110101101101000111100101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAEA; }

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

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

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

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

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

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

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

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