#AAAFEB

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

Shades of Perano #AAAFEB

Tints of Perano #AAAFEB

Color information

#AAAFEB (or 0xAAAFEB) is unknown color: approx Perano. HEX triplet: AA, AF and EB. RGB value is (170,175,235). Sum of RGB (Red+Green+Blue) = 170+175+235=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAAFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAFEB is #555014. Grayscale: #B4B4B4. Windows color (decimal): -5591061 or 15445930. OLE color: 15445930.

HSL color Cylindrical-coordinate representation of color #AAAFEB: hue angle of 235.38º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAAFEB is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170175235-
CMYK0.280.2600.08
HSL235.38º61.9%79.41%-
HSV(B)235.38º27.66%92.16%-
XYZ46.945.284.85-
YUV180.34158.84120.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.31%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=29.31%
G=30.17%
B=40.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701752350.280.2600.08235.3861.979.41
HexAAAFEB1C1A08eb3e4f
Octal252257353343201035376117
Binary101010101010111111101011111001101001000111010111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFEB; }

 p { color: rgb(170,175,235); }

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

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

 a { background-color: rgb(170,175,235); }

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

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

 span { border-color: rgb(170,175,235); }

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