#A9B5DF

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

Shades of Perano #A9B5DF

Tints of Perano #A9B5DF

Color information

#A9B5DF (or 0xA9B5DF) is unknown color: approx Perano. HEX triplet: A9, B5 and DF. RGB value is (169,181,223). Sum of RGB (Red+Green+Blue) = 169+181+223=573 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.49% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #A9B5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B5DF is #564A20. Grayscale: #B6B6B6. Windows color (decimal): -5655073 or 14661033. OLE color: 14661033.

HSL color Cylindrical-coordinate representation of color #A9B5DF: hue angle of 226.67º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9B5DF is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169181223-
CMYK0.240.1900.13
HSL226.67º45.76%76.86%-
HSV(B)226.67º24.22%87.45%-
XYZ46.2146.8176.41-
YUV182.2151.02118.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.49%
GREEN value IS 181 (71.09% from 255) = 31.59%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=29.49%
G=31.59%
B=38.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691812230.240.1900.13226.6745.7676.86
HexA9B5DF18130De32e4d
Octal251265337302301534356115
Binary101010011011010111011111110001001101101111000111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B5DF; }

 p { color: rgb(169,181,223); }

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

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

 a { background-color: rgb(169,181,223); }

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

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

 span { border-color: rgb(169,181,223); }

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