#A9ADDB

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

Shades of Perano #A9ADDB

Tints of Perano #A9ADDB

Color information

#A9ADDB (or 0xA9ADDB) is unknown color: approx Perano. HEX triplet: A9, AD and DB. RGB value is (169,173,219). Sum of RGB (Red+Green+Blue) = 169+173+219=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ADDB is #565224. Grayscale: #B0B0B0. Windows color (decimal): -5657125 or 14396841. OLE color: 14396841.

HSL color Cylindrical-coordinate representation of color #A9ADDB: hue angle of 235.2º degrees, saturation: 0.41, 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 #A9ADDB is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169173219-
CMYK0.230.2100.14
HSL235.2º40.98%76.08%-
HSV(B)235.2º22.83%85.88%-
XYZ44.0943.4473.08-
YUV177.05151.67122.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.12%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=30.12%
G=30.84%
B=39.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691732190.230.2100.14235.240.9876.08
HexA9ADDB17150Eeb294c
Octal251255333272501635351114
Binary101010011010110111011011101111010101110111010111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ADDB; }

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

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

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

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

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

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

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

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