#a69af0

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

Shades of Wistful #A69AF0

Tints of Wistful #A69AF0

Color information

#A69AF0 (or 0xA69AF0) is unknown color: approx Wistful. HEX triplet: A6, 9A and F0. RGB value is (166,154,240). Sum of RGB (Red+Green+Blue) = 166+154+240=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #A69AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69AF0 is #59650F. Grayscale: #A7A7A7. Windows color (decimal): -5858576 or 15768230. OLE color: 15768230.

HSL color Cylindrical-coordinate representation of color #A69AF0: hue angle of 248.37º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A69AF0 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB166154240-
CMYK0.310.3600.06
HSL248.37º74.14%77.25%-
HSV(B)248.37º35.83%94.12%-
XYZ43.0137.5187.41-
YUV167.39168.98127.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.64%
GREEN value IS 154 (60.55% from 255) = 27.5%
BLUE value IS 240 (94.14% from 255) = 42.86%
R=29.64%
G=27.5%
B=42.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1661542400.310.3600.06248.3774.1477.25
HexA69AF01F2406f84a4d
Octal246232360374406370112115
Binary1010011010011010111100001111110010001101111100010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a69af0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a69af0; }

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

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

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

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

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

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

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

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