#ACAAE6

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

Shades of Perano #ACAAE6

Tints of Perano #ACAAE6

Color information

#ACAAE6 (or 0xACAAE6) is unknown color: approx Perano. HEX triplet: AC, AA and E6. RGB value is (172,170,230). Sum of RGB (Red+Green+Blue) = 172+170+230=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACAAE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAAE6 is #535519. Grayscale: #B1B1B1. Windows color (decimal): -5461274 or 15116972. OLE color: 15116972.

HSL color Cylindrical-coordinate representation of color #ACAAE6: hue angle of 242º degrees, saturation: 0.55, 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 #ACAAE6 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172170230-
CMYK0.250.2600.10
HSL242º54.55%78.43%-
HSV(B)242º26.09%90.2%-
XYZ45.6743.2380.8-
YUV177.44157.66124.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 230 (90.23% from 255) = 40.21%
R=30.07%
G=29.72%
B=40.21%

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
Decimal1721702300.250.2600.1024254.5578.43
HexACAAE6191A0Af2374e
Octal254252346313201236267116
Binary101011001010101011100110110011101001010111100101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAE6; }

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

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

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

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

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

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

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

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