#A69EDD

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

Shades of Wistful #A69EDD

Tints of Wistful #A69EDD

Color information

#A69EDD (or 0xA69EDD) is unknown color: approx Wistful. HEX triplet: A6, 9E and DD. RGB value is (166,158,221). Sum of RGB (Red+Green+Blue) = 166+158+221=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #A69EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69EDD is #596122. Grayscale: #A7A7A7. Windows color (decimal): -5857571 or 14524070. OLE color: 14524070.

HSL color Cylindrical-coordinate representation of color #A69EDD: hue angle of 247.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A69EDD is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166158221-
CMYK0.250.2900.13
HSL247.62º48.09%74.31%-
HSV(B)247.62º28.51%86.67%-
XYZ4137.7873.54-
YUV167.57158.15126.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.46%
GREEN value IS 158 (62.11% from 255) = 28.99%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=30.46%
G=28.99%
B=40.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661582210.250.2900.13247.6248.0974.31
HexA69EDD191D0Df8304a
Octal246236335313501537060112
Binary101001101001111011011101110011110101101111110001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69EDD; }

 p { color: rgb(166,158,221); }

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

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

 a { background-color: rgb(166,158,221); }

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

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

 span { border-color: rgb(166,158,221); }

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