#AEACF9

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

Shades of Perano #AEACF9

Tints of Perano #AEACF9

Color information

#AEACF9 (or 0xAEACF9) is unknown color: approx Perano. HEX triplet: AE, AC and F9. RGB value is (174,172,249). Sum of RGB (Red+Green+Blue) = 174+172+249=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #AEACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEACF9 is #515306. Grayscale: #B5B5B5. Windows color (decimal): -5329671 or 16362670. OLE color: 16362670.

HSL color Cylindrical-coordinate representation of color #AEACF9: hue angle of 241.56º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEACF9 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174172249-
CMYK0.300.3100.02
HSL241.56º86.52%82.55%-
HSV(B)241.56º30.92%97.65%-
XYZ49.3145.3495.78-
YUV181.38166.16122.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.24%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 249 (97.66% from 255) = 41.85%
R=29.24%
G=28.91%
B=41.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741722490.300.3100.02241.5686.5282.55
HexAEACF91E1F02f25753
Octal256254371363702362127123
Binary10101110101011001111100111110111110101111001010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACF9; }

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

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

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

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

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

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

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

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