#A69AE9

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

Shades of Wistful #A69AE9

Tints of Wistful #A69AE9

Color information

#A69AE9 (or 0xA69AE9) is unknown color: approx Wistful. HEX triplet: A6, 9A and E9. RGB value is (166,154,233). Sum of RGB (Red+Green+Blue) = 166+154+233=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #A69AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69AE9 is #596516. Grayscale: #A6A6A6. Windows color (decimal): -5858583 or 15309478. OLE color: 15309478.

HSL color Cylindrical-coordinate representation of color #A69AE9: hue angle of 249.11º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A69AE9 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB166154233-
CMYK0.290.3400.09
HSL249.11º64.23%75.88%-
HSV(B)249.11º33.91%91.37%-
XYZ41.9937.182.04-
YUV166.59165.48127.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.02%
GREEN value IS 154 (60.55% from 255) = 27.85%
BLUE value IS 233 (91.41% from 255) = 42.13%
R=30.02%
G=27.85%
B=42.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1661542330.290.3400.09249.1164.2375.88
HexA69AE91D2209f9404c
Octal2462323513542011371100114
Binary10100110100110101110100111101100010010011111100110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69AE9; }

 p { color: rgb(166,154,233); }

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

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

 a { background-color: rgb(166,154,233); }

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

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

 span { border-color: rgb(166,154,233); }

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