#A9ADDC

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

Shades of Perano #A9ADDC

Tints of Perano #A9ADDC

Color information

#A9ADDC (or 0xA9ADDC) is unknown color: approx Perano. HEX triplet: A9, AD and DC. RGB value is (169,173,220). Sum of RGB (Red+Green+Blue) = 169+173+220=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ADDC is #565223. Grayscale: #B0B0B0. Windows color (decimal): -5657124 or 14462377. OLE color: 14462377.

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

Color convert

RGB169173220-
CMYK0.230.2100.14
HSL235.29º42.15%76.27%-
HSV(B)235.29º23.18%86.27%-
XYZ44.2243.4973.77-
YUV177.16152.17122.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=30.07%
G=30.78%
B=39.15%

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
Decimal1691732200.230.2100.14235.2942.1576.27
HexA9ADDC17150Eeb2a4c
Octal251255334272501635352114
Binary101010011010110111011100101111010101110111010111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ADDC; }

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

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

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

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

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

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

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

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