#A69FED

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

Shades of Wistful #A69FED

Tints of Wistful #A69FED

Color information

#A69FED (or 0xA69FED) is unknown color: approx Wistful. HEX triplet: A6, 9F and ED. RGB value is (166,159,237). Sum of RGB (Red+Green+Blue) = 166+159+237=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #A69FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69FED is #596012. Grayscale: #A9A9A9. Windows color (decimal): -5857299 or 15572902. OLE color: 15572902.

HSL color Cylindrical-coordinate representation of color #A69FED: hue angle of 245.38º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A69FED is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166159237-
CMYK0.300.3300.07
HSL245.38º68.42%77.65%-
HSV(B)245.38º32.91%92.94%-
XYZ43.4139.0285.36-
YUV169.98165.82125.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.54%
GREEN value IS 159 (62.5% from 255) = 28.29%
BLUE value IS 237 (92.97% from 255) = 42.17%
R=29.54%
G=28.29%
B=42.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661592370.300.3300.07245.3868.4277.65
HexA69FED1E2107f5444e
Octal246237355364107365104116
Binary1010011010011111111011011111010000101111111010110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FED; }

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

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

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

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

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

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

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

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