#A9B1DC

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

Shades of Perano #A9B1DC

Tints of Perano #A9B1DC

Color information

#A9B1DC (or 0xA9B1DC) is unknown color: approx Perano. HEX triplet: A9, B1 and DC. RGB value is (169,177,220). Sum of RGB (Red+Green+Blue) = 169+177+220=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9B1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9B1DC is #564E23. Grayscale: #B3B3B3. Windows color (decimal): -5656100 or 14463401. OLE color: 14463401.

HSL color Cylindrical-coordinate representation of color #A9B1DC: hue angle of 230.59º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9B1DC is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169177220-
CMYK0.230.2000.14
HSL230.59º42.15%76.27%-
HSV(B)230.59º23.18%86.27%-
XYZ4545.0574.03-
YUV179.51150.85120.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.86%
GREEN value IS 177 (69.53% from 255) = 31.27%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=29.86%
G=31.27%
B=38.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691772200.230.2000.14230.5942.1576.27
HexA9B1DC17140Ee72a4c
Octal251261334272401634752114
Binary101010011011000111011100101111010001110111001111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B1DC; }

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

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

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

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

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

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

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

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