#AEA6FC

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

Shades of Perano #AEA6FC

Tints of Perano #AEA6FC

Color information

#AEA6FC (or 0xAEA6FC) is unknown color: approx Perano. HEX triplet: AE, A6 and FC. RGB value is (174,166,252). Sum of RGB (Red+Green+Blue) = 174+166+252=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEA6FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA6FC is #515903. Grayscale: #B1B1B1. Windows color (decimal): -5331204 or 16557742. OLE color: 16557742.

HSL color Cylindrical-coordinate representation of color #AEA6FC: hue angle of 245.58º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEA6FC is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174166252-
CMYK0.310.3400.01
HSL245.58º93.48%81.96%-
HSV(B)245.58º34.13%98.82%-
XYZ48.6643.397.89-
YUV178.2169.65125.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.39%
GREEN value IS 166 (65.23% from 255) = 28.04%
BLUE value IS 252 (98.83% from 255) = 42.57%
R=29.39%
G=28.04%
B=42.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741662520.310.3400.01245.5893.4881.96
HexAEA6FC1F2201f65d52
Octal256246374374201366135122
Binary10101110101001101111110011111100010011111011010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA6FC; }

 p { color: rgb(174,166,252); }

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

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

 a { background-color: rgb(174,166,252); }

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

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

 span { border-color: rgb(174,166,252); }

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