#A9A5EA

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

Shades of Wistful #A9A5EA

Tints of Wistful #A9A5EA

Color information

#A9A5EA (or 0xA9A5EA) is unknown color: approx Wistful. HEX triplet: A9, A5 and EA. RGB value is (169,165,234). Sum of RGB (Red+Green+Blue) = 169+165+234=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 165 (64.84% from 255 or 29.05% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9A5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A5EA is #565A15. Grayscale: #ADADAD. Windows color (decimal): -5659158 or 15377833. OLE color: 15377833.

HSL color Cylindrical-coordinate representation of color #A9A5EA: hue angle of 243.48º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9A5EA is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169165234-
CMYK0.280.2900.08
HSL243.48º62.16%78.24%-
HSV(B)243.48º29.49%91.76%-
XYZ44.6741.2983.46-
YUV174.06161.83124.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.75%
GREEN value IS 165 (64.84% from 255) = 29.05%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=29.75%
G=29.05%
B=41.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691652340.280.2900.08243.4862.1678.24
HexA9A5EA1C1D08f33e4e
Octal251245352343501036376116
Binary101010011010010111101010111001110101000111100111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A5EA; }

 p { color: rgb(169,165,234); }

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

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

 a { background-color: rgb(169,165,234); }

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

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

 span { border-color: rgb(169,165,234); }

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