#A9AEDC

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

Shades of Perano #A9AEDC

Tints of Perano #A9AEDC

Color information

#A9AEDC (or 0xA9AEDC) is unknown color: approx Perano. HEX triplet: A9, AE and DC. RGB value is (169,174,220). Sum of RGB (Red+Green+Blue) = 169+174+220=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AEDC is #565123. Grayscale: #B1B1B1. Windows color (decimal): -5656868 or 14462633. OLE color: 14462633.

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

Color convert

RGB169174220-
CMYK0.230.2100.14
HSL234.12º42.15%76.27%-
HSV(B)234.12º23.18%86.27%-
XYZ44.4243.8773.84-
YUV177.75151.84121.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.02%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=30.02%
G=30.91%
B=39.08%

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
Decimal1691742200.230.2100.14234.1242.1576.27
HexA9AEDC17150Eea2a4c
Octal251256334272501635252114
Binary101010011010111011011100101111010101110111010101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEDC; }

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

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

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

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

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

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

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

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