#A9A2EB

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

Shades of Wistful #A9A2EB

Tints of Wistful #A9A2EB

Color information

#A9A2EB (or 0xA9A2EB) is unknown color: approx Wistful. HEX triplet: A9, A2 and EB. RGB value is (169,162,235). Sum of RGB (Red+Green+Blue) = 169+162+235=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #A9A2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A2EB is #565D14. Grayscale: #ACACAC. Windows color (decimal): -5659925 or 15442601. OLE color: 15442601.

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

Color convert

RGB169162235-
CMYK0.280.3100.08
HSL245.75º64.6%77.84%-
HSV(B)245.75º31.06%92.16%-
XYZ44.2840.2784.04-
YUV172.42163.32125.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.86%
GREEN value IS 162 (63.67% from 255) = 28.62%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=29.86%
G=28.62%
B=41.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691622350.280.3100.08245.7564.677.84
HexA9A2EB1C1F08f6414e
Octal2512423533437010366101116
Binary1010100110100010111010111110011111010001111011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A2EB; }

 p { color: rgb(169,162,235); }

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

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

 a { background-color: rgb(169,162,235); }

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

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

 span { border-color: rgb(169,162,235); }

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