#A9AEEB

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

Shades of Perano #A9AEEB

Tints of Perano #A9AEEB

Color information

#A9AEEB (or 0xA9AEEB) is unknown color: approx Perano. HEX triplet: A9, AE and EB. RGB value is (169,174,235). Sum of RGB (Red+Green+Blue) = 169+174+235=578 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.24% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #A9AEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AEEB is #565114. Grayscale: #B3B3B3. Windows color (decimal): -5656853 or 15445673. OLE color: 15445673.

HSL color Cylindrical-coordinate representation of color #A9AEEB: hue angle of 235.45º degrees, saturation: 0.62, 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 #A9AEEB is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169174235-
CMYK0.280.2600.08
HSL235.45º62.26%79.22%-
HSV(B)235.45º28.09%92.16%-
XYZ46.4944.7184.78-
YUV179.46159.34120.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.24%
GREEN value IS 174 (68.36% from 255) = 30.10%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=29.24%
G=30.10%
B=40.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691742350.280.2600.08235.4562.2679.22
HexA9AEEB1C1A08eb3e4f
Octal251256353343201035376117
Binary101010011010111011101011111001101001000111010111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEEB; }

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

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

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

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

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

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

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

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