#A9ABEF

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

Shades of Perano #A9ABEF

Tints of Perano #A9ABEF

Color information

#A9ABEF (or 0xA9ABEF) is unknown color: approx Perano. HEX triplet: A9, AB and EF. RGB value is (169,171,239). Sum of RGB (Red+Green+Blue) = 169+171+239=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #A9ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ABEF is #565410. Grayscale: #B1B1B1. Windows color (decimal): -5657617 or 15707049. OLE color: 15707049.

HSL color Cylindrical-coordinate representation of color #A9ABEF: hue angle of 238.29º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9ABEF is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB169171239-
CMYK0.290.2800.06
HSL238.29º68.63%80%-
HSV(B)238.29º29.29%93.73%-
XYZ46.5143.7987.66-
YUV178.15162.34121.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.19%
GREEN value IS 171 (67.19% from 255) = 29.53%
BLUE value IS 239 (93.75% from 255) = 41.28%
R=29.19%
G=29.53%
B=41.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1691712390.290.2800.06238.2968.6380
HexA9ABEF1D1C06ee4550
Octal251253357353406356105120
Binary101010011010101111101111111011110001101110111010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ABEF; }

 p { color: rgb(169,171,239); }

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

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

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

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

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

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

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