#A69AE5

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

Shades of Wistful #A69AE5

Tints of Wistful #A69AE5

Color information

#A69AE5 (or 0xA69AE5) is unknown color: approx Wistful. HEX triplet: A6, 9A and E5. RGB value is (166,154,229). Sum of RGB (Red+Green+Blue) = 166+154+229=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #A69AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69AE5 is #59651A. Grayscale: #A5A5A5. Windows color (decimal): -5858587 or 15047334. OLE color: 15047334.

HSL color Cylindrical-coordinate representation of color #A69AE5: hue angle of 249.6º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A69AE5 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB166154229-
CMYK0.280.3300.10
HSL249.6º59.06%75.1%-
HSV(B)249.6º32.75%89.8%-
XYZ41.4236.8879.06-
YUV166.14163.48127.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.24%
GREEN value IS 154 (60.55% from 255) = 28.05%
BLUE value IS 229 (89.84% from 255) = 41.71%
R=30.24%
G=28.05%
B=41.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1661542290.280.3300.10249.659.0675.1
HexA69AE51C210Afa3b4b
Octal246232345344101237273113
Binary1010011010011010111001011110010000101010111110101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69AE5; }

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

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

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

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

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

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

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

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