#A9AAF3

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

Shades of Perano #A9AAF3

Tints of Perano #A9AAF3

Color information

#A9AAF3 (or 0xA9AAF3) is unknown color: approx Perano. HEX triplet: A9, AA and F3. RGB value is (169,170,243). Sum of RGB (Red+Green+Blue) = 169+170+243=582 (77% of max value = 765). Red value is 169 (66.41% from 255 or 29.04% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #A9AAF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AAF3 is #56550C. Grayscale: #B1B1B1. Windows color (decimal): -5657869 or 15968937. OLE color: 15968937.

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

Color convert

RGB169170243-
CMYK0.300.3000.05
HSL239.19º75.51%80.78%-
HSV(B)239.19º30.45%95.29%-
XYZ46.9143.6690.75-
YUV178.02164.67121.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.04%
GREEN value IS 170 (66.80% from 255) = 29.21%
BLUE value IS 243 (95.31% from 255) = 41.75%
R=29.04%
G=29.21%
B=41.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691702430.300.3000.05239.1975.5180.78
HexA9AAF31E1E05ef4c51
Octal251252363363605357114121
Binary101010011010101011110011111101111001011110111110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AAF3; }

 p { color: rgb(169,170,243); }

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

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

 a { background-color: rgb(169,170,243); }

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

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

 span { border-color: rgb(169,170,243); }

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