#A9B1EA

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

Shades of Perano #A9B1EA

Tints of Perano #A9B1EA

Color information

#A9B1EA (or 0xA9B1EA) is unknown color: approx Perano. HEX triplet: A9, B1 and EA. RGB value is (169,177,234). Sum of RGB (Red+Green+Blue) = 169+177+234=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9B1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9B1EA is #564E15. Grayscale: #B4B4B4. Windows color (decimal): -5656086 or 15380905. OLE color: 15380905.

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

Color convert

RGB169177234-
CMYK0.280.2400.08
HSL232.62º60.75%79.02%-
HSV(B)232.62º27.78%91.76%-
XYZ46.9445.8284.21-
YUV181.11157.85119.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.14%
GREEN value IS 177 (69.53% from 255) = 30.52%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=29.14%
G=30.52%
B=40.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691772340.280.2400.08232.6260.7579.02
HexA9B1EA1C1808e93d4f
Octal251261352343001035175117
Binary101010011011000111101010111001100001000111010011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B1EA; }

 p { color: rgb(169,177,234); }

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

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

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

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

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

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

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