#A69FEB

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

Shades of Wistful #A69FEB

Tints of Wistful #A69FEB

Color information

#A69FEB (or 0xA69FEB) is unknown color: approx Wistful. HEX triplet: A6, 9F and EB. RGB value is (166,159,235). Sum of RGB (Red+Green+Blue) = 166+159+235=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #A69FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69FEB is #596014. Grayscale: #A9A9A9. Windows color (decimal): -5857301 or 15441830. OLE color: 15441830.

HSL color Cylindrical-coordinate representation of color #A69FEB: hue angle of 245.53º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A69FEB is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166159235-
CMYK0.290.3200.08
HSL245.53º65.52%77.25%-
HSV(B)245.53º32.34%92.16%-
XYZ43.1238.983.83-
YUV169.76164.82125.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.64%
GREEN value IS 159 (62.5% from 255) = 28.39%
BLUE value IS 235 (92.19% from 255) = 41.96%
R=29.64%
G=28.39%
B=41.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661592350.290.3200.08245.5365.5277.25
HexA69FEB1D2008f6424d
Octal2462373533540010366102115
Binary10100110100111111110101111101100000010001111011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FEB; }

 p { color: rgb(166,159,235); }

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

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

 a { background-color: rgb(166,159,235); }

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

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

 span { border-color: rgb(166,159,235); }

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