#A1A9EB

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

Shades of Perano #A1A9EB

Tints of Perano #A1A9EB

Color information

#A1A9EB (or 0xA1A9EB) is unknown color: approx Perano. HEX triplet: A1, A9 and EB. RGB value is (161,169,235). Sum of RGB (Red+Green+Blue) = 161+169+235=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1A9EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A9EB is #5E5614. Grayscale: #ADADAD. Windows color (decimal): -6182421 or 15444385. OLE color: 15444385.

HSL color Cylindrical-coordinate representation of color #A1A9EB: hue angle of 233.51º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1A9EB is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161169235-
CMYK0.310.2800.08
HSL233.51º64.91%77.65%-
HSV(B)233.51º31.49%92.16%-
XYZ43.8841.9584.38-
YUV174.13162.35118.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.50%
GREEN value IS 169 (66.41% from 255) = 29.91%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=28.50%
G=29.91%
B=41.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611692350.310.2800.08233.5164.9177.65
HexA1A9EB1F1C08ea414e
Octal2412513533734010352101116
Binary1010000110101001111010111111111100010001110101010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A9EB; }

 p { color: rgb(161,169,235); }

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

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

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

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

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

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

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