#AEAAFE

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

Shades of Perano #AEAAFE

Tints of Perano #AEAAFE

Color information

#AEAAFE (or 0xAEAAFE) is unknown color: approx Perano. HEX triplet: AE, AA and FE. RGB value is (174,170,254). Sum of RGB (Red+Green+Blue) = 174+170+254=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEAAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAAFE is #515501. Grayscale: #B4B4B4. Windows color (decimal): -5330178 or 16689838. OLE color: 16689838.

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

Color convert

RGB174170254-
CMYK0.310.3300.00
HSL242.86º97.67%83.14%-
HSV(B)242.86º33.07%99.61%-
XYZ49.7244.999.81-
YUV180.77169.33123.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.10%
GREEN value IS 170 (66.80% from 255) = 28.43%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=29.10%
G=28.43%
B=42.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1741702540.310.3300.00242.8697.6783.14
HexAEAAFE1F2100f36253
Octal256252376374100363142123
Binary10101110101010101111111011111100001001111001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAFE; }

 p { color: rgb(174,170,254); }

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

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

 a { background-color: rgb(174,170,254); }

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

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

 span { border-color: rgb(174,170,254); }

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