#AEA6FD

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

Shades of Perano #AEA6FD

Tints of Perano #AEA6FD

Color information

#AEA6FD (or 0xAEA6FD) is unknown color: approx Perano. HEX triplet: AE, A6 and FD. RGB value is (174,166,253). Sum of RGB (Red+Green+Blue) = 174+166+253=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEA6FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA6FD is #515902. Grayscale: #B1B1B1. Windows color (decimal): -5331203 or 16623278. OLE color: 16623278.

HSL color Cylindrical-coordinate representation of color #AEA6FD: hue angle of 245.52º degrees, saturation: 0.96, 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 #AEA6FD is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174166253-
CMYK0.310.3400.01
HSL245.52º95.6%82.16%-
HSV(B)245.52º34.39%99.22%-
XYZ48.8243.3698.73-
YUV178.31170.15124.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.34%
GREEN value IS 166 (65.23% from 255) = 27.99%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=29.34%
G=27.99%
B=42.66%

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
Decimal1741662530.310.3400.01245.5295.682.16
HexAEA6FD1F2201f66052
Octal256246375374201366140122
Binary10101110101001101111110111111100010011111011011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA6FD; }

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

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

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

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

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

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

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

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