#AAA0FE

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

Shades of Perano #AAA0FE

Tints of Perano #AAA0FE

Color information

#AAA0FE (or 0xAAA0FE) is unknown color: approx Perano. HEX triplet: AA, A0 and FE. RGB value is (170,160,254). Sum of RGB (Red+Green+Blue) = 170+160+254=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAA0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA0FE is #555F01. Grayscale: #ADADAD. Windows color (decimal): -5594882 or 16687274. OLE color: 16687274.

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

Color convert

RGB170160254-
CMYK0.330.3700.00
HSL246.38º97.92%81.18%-
HSV(B)246.38º37.01%99.61%-
XYZ47.0440.8499.17-
YUV173.71173.31125.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.11%
GREEN value IS 160 (62.89% from 255) = 27.40%
BLUE value IS 254 (99.61% from 255) = 43.49%
R=29.11%
G=27.40%
B=43.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1701602540.330.3700.00246.3897.9281.18
HexAAA0FE212500f66251
Octal252240376414500366142121
Binary101010101010000011111110100001100101001111011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0FE; }

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

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

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

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

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

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

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

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