#AEABF8

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

Shades of Perano #AEABF8

Tints of Perano #AEABF8

Color information

#AEABF8 (or 0xAEABF8) is unknown color: approx Perano. HEX triplet: AE, AB and F8. RGB value is (174,171,248). Sum of RGB (Red+Green+Blue) = 174+171+248=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEABF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEABF8 is #515407. Grayscale: #B4B4B4. Windows color (decimal): -5329928 or 16296878. OLE color: 16296878.

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

Color convert

RGB174171248-
CMYK0.300.3100.03
HSL242.34º84.62%82.16%-
HSV(B)242.34º31.05%97.25%-
XYZ48.9644.994.89-
YUV180.68165.99123.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.34%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 248 (97.27% from 255) = 41.82%
R=29.34%
G=28.84%
B=41.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1741712480.300.3100.03242.3484.6282.16
HexAEABF81E1F03f25552
Octal256253370363703362125122
Binary10101110101010111111100011110111110111111001010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABF8; }

 p { color: rgb(174,171,248); }

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

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

 a { background-color: rgb(174,171,248); }

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

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

 span { border-color: rgb(174,171,248); }

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