#A69DD5

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

Shades of Wistful #A69DD5

Tints of Wistful #A69DD5

Color information

#A69DD5 (or 0xA69DD5) is unknown color: approx Wistful. HEX triplet: A6, 9D and D5. RGB value is (166,157,213). Sum of RGB (Red+Green+Blue) = 166+157+213=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #A69DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DD5 is #59622A. Grayscale: #A5A5A5. Windows color (decimal): -5857835 or 13999526. OLE color: 13999526.

HSL color Cylindrical-coordinate representation of color #A69DD5: hue angle of 249.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A69DD5 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166157213-
CMYK0.220.2600.16
HSL249.64º40%72.55%-
HSV(B)249.64º26.29%83.53%-
XYZ39.7937.0368-
YUV166.08154.48127.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.97%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 213 (83.59% from 255) = 39.74%
R=30.97%
G=29.29%
B=39.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661572130.220.2600.16249.644072.55
HexA69DD5161A010fa2849
Octal246235325263202037250111
Binary1010011010011101110101011011011010010000111110101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69DD5; }

 p { color: rgb(166,157,213); }

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

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

 a { background-color: rgb(166,157,213); }

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

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

 span { border-color: rgb(166,157,213); }

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