#A8AAF1

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

Shades of Perano #A8AAF1

Tints of Perano #A8AAF1

Color information

#A8AAF1 (or 0xA8AAF1) is unknown color: approx Perano. HEX triplet: A8, AA and F1. RGB value is (168,170,241). Sum of RGB (Red+Green+Blue) = 168+170+241=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #A8AAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AAF1 is #57550E. Grayscale: #B1B1B1. Windows color (decimal): -5723407 or 15837864. OLE color: 15837864.

HSL color Cylindrical-coordinate representation of color #A8AAF1: hue angle of 238.36º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8AAF1 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB168170241-
CMYK0.300.2900.05
HSL238.36º72.28%80.2%-
HSV(B)238.36º30.29%94.51%-
XYZ46.443.4389.16-
YUV177.5163.84121.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.02%
GREEN value IS 170 (66.80% from 255) = 29.36%
BLUE value IS 241 (94.53% from 255) = 41.62%
R=29.02%
G=29.36%
B=41.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681702410.300.2900.05238.3672.2880.2
HexA8AAF11E1D05ee4850
Octal250252361363505356110120
Binary101010001010101011110001111101110101011110111010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AAF1; }

 p { color: rgb(168,170,241); }

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

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

 a { background-color: rgb(168,170,241); }

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

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

 span { border-color: rgb(168,170,241); }

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