#AEAEFF

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

Shades of Perano #AEAEFF

Tints of Perano #AEAEFF

Color information

#AEAEFF (or 0xAEAEFF) is unknown color: approx Perano. HEX triplet: AE, AE and FF. RGB value is (174,174,255). Sum of RGB (Red+Green+Blue) = 174+174+255=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEAEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAEFF is #515100. Grayscale: #B6B6B6. Windows color (decimal): -5329153 or 16756398. OLE color: 16756398.

HSL color Cylindrical-coordinate representation of color #AEAEFF: hue angle of 240º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEAEFF is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB174174255-
CMYK0.320.3200
HSL240º100%84.12%-
HSV(B)240º31.76%100%-
XYZ50.6446.49100.91-
YUV183.23168.5121.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.86%
GREEN value IS 174 (68.36% from 255) = 28.86%
BLUE value IS 255 (100% from 255) = 42.29%
R=28.86%
G=28.86%
B=42.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1741742550.320.320024010084.12
HexAEAEFF202000f06454
Octal256256377404000360144124
Binary101011101010111011111111100000100000001111000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEFF; }

 p { color: rgb(174,174,255); }

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

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

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

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

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

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

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