#a9a9f2

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

Shades of Perano #A9A9F2

Tints of Perano #A9A9F2

Color information

#A9A9F2 (or 0xA9A9F2) is unknown color: approx Perano. HEX triplet: A9, A9 and F2. RGB value is (169,169,242). Sum of RGB (Red+Green+Blue) = 169+169+242=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #A9A9F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A9F2 is #56560D. Grayscale: #B1B1B1. Windows color (decimal): -5658126 or 15903145. OLE color: 15903145.

HSL color Cylindrical-coordinate representation of color #A9A9F2: hue angle of 240º degrees, saturation: 0.74, 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 #A9A9F2 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB169169242-
CMYK0.300.3000.05
HSL240º73.74%80.59%-
HSV(B)240º30.17%94.9%-
XYZ46.5843.2289.89-
YUV177.32164.5122.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.14%
GREEN value IS 169 (66.41% from 255) = 29.14%
BLUE value IS 242 (94.92% from 255) = 41.72%
R=29.14%
G=29.14%
B=41.72%

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
Decimal1691692420.300.3000.0524073.7480.59
HexA9A9F21E1E05f04a51
Octal251251362363605360112121
Binary101010011010100111110010111101111001011111000010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9a9f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9a9f2; }

 p { color: rgb(169,169,242); }

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

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

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

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

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

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

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