#AEA1FD

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

Shades of Perano #AEA1FD

Tints of Perano #AEA1FD

Color information

#AEA1FD (or 0xAEA1FD) is unknown color: approx Perano. HEX triplet: AE, A1 and FD. RGB value is (174,161,253). Sum of RGB (Red+Green+Blue) = 174+161+253=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 161 (63.28% from 255 or 27.38% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEA1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA1FD is #515E02. Grayscale: #AFAFAF. Windows color (decimal): -5332483 or 16621998. OLE color: 16621998.

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

Color convert

RGB174161253-
CMYK0.310.3600.01
HSL248.48º95.83%81.18%-
HSV(B)248.48º36.36%99.22%-
XYZ47.9341.5898.43-
YUV175.38171.81127.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.59%
GREEN value IS 161 (63.28% from 255) = 27.38%
BLUE value IS 253 (99.22% from 255) = 43.03%
R=29.59%
G=27.38%
B=43.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741612530.310.3600.01248.4895.8381.18
HexAEA1FD1F2401f86051
Octal256241375374401370140121
Binary10101110101000011111110111111100100011111100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1FD; }

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

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

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

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

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

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

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

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