#AAA0FD

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

Shades of Perano #AAA0FD

Tints of Perano #AAA0FD

Color information

#AAA0FD (or 0xAAA0FD) is unknown color: approx Perano. HEX triplet: AA, A0 and FD. RGB value is (170,160,253). Sum of RGB (Red+Green+Blue) = 170+160+253=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAA0FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA0FD is #555F02. Grayscale: #ADADAD. Windows color (decimal): -5594883 or 16621738. OLE color: 16621738.

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

Color convert

RGB170160253-
CMYK0.330.3700.01
HSL246.45º95.88%80.98%-
HSV(B)246.45º36.76%99.22%-
XYZ46.8840.7898.33-
YUV173.59172.81125.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 160 (62.89% from 255) = 27.44%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=29.16%
G=27.44%
B=43.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701602530.330.3700.01246.4595.8880.98
HexAAA0FD212501f66051
Octal252240375414501366140121
Binary101010101010000011111101100001100101011111011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0FD; }

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

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

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

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

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

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

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

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