#A9AEDE

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

Shades of Perano #A9AEDE

Tints of Perano #A9AEDE

Color information

#A9AEDE (or 0xA9AEDE) is unknown color: approx Perano. HEX triplet: A9, AE and DE. RGB value is (169,174,222). Sum of RGB (Red+Green+Blue) = 169+174+222=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #A9AEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AEDE is #565121. Grayscale: #B1B1B1. Windows color (decimal): -5656866 or 14593705. OLE color: 14593705.

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

Color convert

RGB169174222-
CMYK0.240.2200.13
HSL234.34º44.54%76.67%-
HSV(B)234.34º23.87%87.06%-
XYZ44.6843.9875.24-
YUV177.98152.84121.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.91%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=29.91%
G=30.80%
B=39.29%

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
Decimal1691742220.240.2200.13234.3444.5476.67
HexA9AEDE18160Dea2d4d
Octal251256336302601535255115
Binary101010011010111011011110110001011001101111010101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEDE; }

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

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

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

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

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

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

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

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