#A69AE8

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

Shades of Wistful #A69AE8

Tints of Wistful #A69AE8

Color information

#A69AE8 (or 0xA69AE8) is unknown color: approx Wistful. HEX triplet: A6, 9A and E8. RGB value is (166,154,232). Sum of RGB (Red+Green+Blue) = 166+154+232=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 232 (91.02% from 255 or 42.03% from 552); Max value from RGB is 232 - color contains mainly: blue. Hex color #A69AE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69AE8 is #596517. Grayscale: #A6A6A6. Windows color (decimal): -5858584 or 15243942. OLE color: 15243942.

HSL color Cylindrical-coordinate representation of color #A69AE8: hue angle of 249.23º degrees, saturation: 0.63, 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 #A69AE8 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB166154232-
CMYK0.280.3400.09
HSL249.23º62.9%75.69%-
HSV(B)249.23º33.62%90.98%-
XYZ41.8537.0481.29-
YUV166.48164.98127.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.07%
GREEN value IS 154 (60.55% from 255) = 27.90%
BLUE value IS 232 (91.02% from 255) = 42.03%
R=30.07%
G=27.90%
B=42.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1661542320.280.3400.09249.2362.975.69
HexA69AE81C2209f93f4c
Octal246232350344201137177114
Binary1010011010011010111010001110010001001001111110011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69AE8; }

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

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

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

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

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

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

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

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