#A0AAFD

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

Shades of Perano #A0AAFD

Tints of Perano #A0AAFD

Color information

#A0AAFD (or 0xA0AAFD) is unknown color: approx Perano. HEX triplet: A0, AA and FD. RGB value is (160,170,253). Sum of RGB (Red+Green+Blue) = 160+170+253=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 170 (66.80% from 255 or 29.16% 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 #A0AAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AAFD is #5F5502. Grayscale: #B0B0B0. Windows color (decimal): -6247683 or 16624288. OLE color: 16624288.

HSL color Cylindrical-coordinate representation of color #A0AAFD: hue angle of 233.55º 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 #A0AAFD is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB160170253-
CMYK0.370.3300.01
HSL233.55º95.88%80.98%-
HSV(B)233.55º36.76%99.22%-
XYZ46.643.3198.83-
YUV176.47171.19116.25-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1601702530.370.3300.01233.5595.8880.98
HexA0AAFD252101ea6051
Octal240252375454101352140121
Binary101000001010101011111101100101100001011110101011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AAFD; }

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

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

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

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

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

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

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

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