#AAAEFD

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

Shades of Perano #AAAEFD

Tints of Perano #AAAEFD

Color information

#AAAEFD (or 0xAAAEFD) is unknown color: approx Perano. HEX triplet: AA, AE and FD. RGB value is (170,174,253). Sum of RGB (Red+Green+Blue) = 170+174+253=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAAEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAEFD is #555102. Grayscale: #B5B5B5. Windows color (decimal): -5591299 or 16625322. OLE color: 16625322.

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

Color convert

RGB170174253-
CMYK0.330.3100.01
HSL237.11º95.4%82.94%-
HSV(B)237.11º32.81%99.22%-
XYZ49.4445.9199.18-
YUV181.81168.17119.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=28.48%
G=29.15%
B=42.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701742530.330.3100.01237.1195.482.94
HexAAAEFD211F01ed5f53
Octal252256375413701355137123
Binary10101010101011101111110110000111111011110110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEFD; }

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

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

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

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

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

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

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

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