#AEACF0

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

Shades of Perano #AEACF0

Tints of Perano #AEACF0

Color information

#AEACF0 (or 0xAEACF0) is unknown color: approx Perano. HEX triplet: AE, AC and F0. RGB value is (174,172,240). Sum of RGB (Red+Green+Blue) = 174+172+240=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEACF0 is #51530F. Grayscale: #B4B4B4. Windows color (decimal): -5329680 or 15772846. OLE color: 15772846.

HSL color Cylindrical-coordinate representation of color #AEACF0: hue angle of 241.76º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEACF0 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174172240-
CMYK0.280.2800.06
HSL241.76º69.39%80.78%-
HSV(B)241.76º28.33%94.12%-
XYZ47.9444.7988.56-
YUV180.35161.66123.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.69%
GREEN value IS 172 (67.58% from 255) = 29.35%
BLUE value IS 240 (94.14% from 255) = 40.96%
R=29.69%
G=29.35%
B=40.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1741722400.280.2800.06241.7669.3980.78
HexAEACF01C1C06f24551
Octal256254360343406362105121
Binary101011101010110011110000111001110001101111001010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACF0; }

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

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

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

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

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

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

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

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