#A69FEE

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

Shades of Wistful #A69FEE

Tints of Wistful #A69FEE

Color information

#A69FEE (or 0xA69FEE) is unknown color: approx Wistful. HEX triplet: A6, 9F and EE. RGB value is (166,159,238). Sum of RGB (Red+Green+Blue) = 166+159+238=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #A69FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69FEE is #596011. Grayscale: #A9A9A9. Windows color (decimal): -5857298 or 15638438. OLE color: 15638438.

HSL color Cylindrical-coordinate representation of color #A69FEE: hue angle of 245.32º degrees, saturation: 0.7, 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 #A69FEE is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166159238-
CMYK0.300.3300.07
HSL245.32º69.91%77.84%-
HSV(B)245.32º33.19%93.33%-
XYZ43.5639.0886.14-
YUV170.1166.32125.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.48%
GREEN value IS 159 (62.5% from 255) = 28.24%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=29.48%
G=28.24%
B=42.27%

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
Decimal1661592380.300.3300.07245.3269.9177.84
HexA69FEE1E2107f5464e
Octal246237356364107365106116
Binary1010011010011111111011101111010000101111111010110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FEE; }

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

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

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

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

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

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

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

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