#A9ADDF

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

Shades of Perano #A9ADDF

Tints of Perano #A9ADDF

Color information

#A9ADDF (or 0xA9ADDF) is unknown color: approx Perano. HEX triplet: A9, AD and DF. RGB value is (169,173,223). Sum of RGB (Red+Green+Blue) = 169+173+223=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #A9ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ADDF is #565220. Grayscale: #B1B1B1. Windows color (decimal): -5657121 or 14658985. OLE color: 14658985.

HSL color Cylindrical-coordinate representation of color #A9ADDF: hue angle of 235.56º 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 #A9ADDF is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169173223-
CMYK0.240.2200.13
HSL235.56º45.76%76.86%-
HSV(B)235.56º24.22%87.45%-
XYZ44.6343.6575.89-
YUV177.5153.67121.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.91%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 223 (87.5% from 255) = 39.47%
R=29.91%
G=30.62%
B=39.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691732230.240.2200.13235.5645.7676.86
HexA9ADDF18160Dec2e4d
Octal251255337302601535456115
Binary101010011010110111011111110001011001101111011001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ADDF; }

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

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

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

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

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

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

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

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