#A9AEDB

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

Shades of Perano #A9AEDB

Tints of Perano #A9AEDB

Color information

#A9AEDB (or 0xA9AEDB) is unknown color: approx Perano. HEX triplet: A9, AE and DB. RGB value is (169,174,219). Sum of RGB (Red+Green+Blue) = 169+174+219=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AEDB is #565124. Grayscale: #B1B1B1. Windows color (decimal): -5656869 or 14397097. OLE color: 14397097.

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

Color convert

RGB169174219-
CMYK0.230.2100.14
HSL234º40.98%76.08%-
HSV(B)234º22.83%85.88%-
XYZ44.2843.8273.14-
YUV177.64151.34121.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 219 (85.94% from 255) = 38.97%
R=30.07%
G=30.96%
B=38.97%

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
Decimal1691742190.230.2100.1423440.9876.08
HexA9AEDB17150Eea294c
Octal251256333272501635251114
Binary101010011010111011011011101111010101110111010101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEDB; }

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

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

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

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

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

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

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

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