#A9B4DA

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

Shades of Perano #A9B4DA

Tints of Perano #A9B4DA

Color information

#A9B4DA (or 0xA9B4DA) is unknown color: approx Perano. HEX triplet: A9, B4 and DA. RGB value is (169,180,218). Sum of RGB (Red+Green+Blue) = 169+180+218=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9B4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B4DA is #564B25. Grayscale: #B4B4B4. Windows color (decimal): -5655334 or 14333097. OLE color: 14333097.

HSL color Cylindrical-coordinate representation of color #A9B4DA: hue angle of 226.53º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9B4DA is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169180218-
CMYK0.220.1700.15
HSL226.53º39.84%75.88%-
HSV(B)226.53º22.48%85.49%-
XYZ45.3446.1472.85-
YUV181.04148.86119.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.81%
GREEN value IS 180 (70.70% from 255) = 31.75%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=29.81%
G=31.75%
B=38.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691802180.220.1700.15226.5339.8475.88
HexA9B4DA16110Fe3284c
Octal251264332262101734350114
Binary101010011011010011011010101101000101111111000111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B4DA; }

 p { color: rgb(169,180,218); }

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

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

 a { background-color: rgb(169,180,218); }

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

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

 span { border-color: rgb(169,180,218); }

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