#AAA7F8

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

Shades of Perano #AAA7F8

Tints of Perano #AAA7F8

Color information

#AAA7F8 (or 0xAAA7F8) is unknown color: approx Perano. HEX triplet: AA, A7 and F8. RGB value is (170,167,248). Sum of RGB (Red+Green+Blue) = 170+167+248=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 167 (65.62% from 255 or 28.55% from 585); Blue value is 248 (97.27% from 255 or 42.39% from 585); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAA7F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA7F8 is #555807. Grayscale: #B0B0B0. Windows color (decimal): -5593096 or 16295850. OLE color: 16295850.

HSL color Cylindrical-coordinate representation of color #AAA7F8: hue angle of 242.22º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAA7F8 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170167248-
CMYK0.310.3300.03
HSL242.22º85.26%81.37%-
HSV(B)242.22º32.66%97.25%-
XYZ47.3442.9694.6-
YUV177.13167.99122.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 167 (65.62% from 255) = 28.55%
BLUE value IS 248 (97.27% from 255) = 42.39%
R=29.06%
G=28.55%
B=42.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701672480.310.3300.03242.2285.2681.37
HexAAA7F81F2103f25551
Octal252247370374103362125121
Binary101010101010011111111000111111000010111111001010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7F8; }

 p { color: rgb(170,167,248); }

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

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

 a { background-color: rgb(170,167,248); }

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

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

 span { border-color: rgb(170,167,248); }

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