#AEACF7

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

Shades of Perano #AEACF7

Tints of Perano #AEACF7

Color information

#AEACF7 (or 0xAEACF7) is unknown color: approx Perano. HEX triplet: AE, AC and F7. RGB value is (174,172,247). Sum of RGB (Red+Green+Blue) = 174+172+247=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEACF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEACF7 is #515308. Grayscale: #B4B4B4. Windows color (decimal): -5329673 or 16231598. OLE color: 16231598.

HSL color Cylindrical-coordinate representation of color #AEACF7: hue angle of 241.6º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEACF7 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB174172247-
CMYK0.300.3000.03
HSL241.6º82.42%82.16%-
HSV(B)241.6º30.36%96.86%-
XYZ4945.2294.14-
YUV181.15165.16122.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.34%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 247 (96.88% from 255) = 41.65%
R=29.34%
G=29.01%
B=41.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1741722470.300.3000.03241.682.4282.16
HexAEACF71E1E03f25252
Octal256254367363603362122122
Binary10101110101011001111011111110111100111111001010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACF7; }

 p { color: rgb(174,172,247); }

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

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

 a { background-color: rgb(174,172,247); }

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

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

 span { border-color: rgb(174,172,247); }

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