#A69BD1

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

Shades of Wistful #A69BD1

Tints of Wistful #A69BD1

Color information

#A69BD1 (or 0xA69BD1) is unknown color: approx Wistful. HEX triplet: A6, 9B and D1. RGB value is (166,155,209). Sum of RGB (Red+Green+Blue) = 166+155+209=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 209 - color contains mainly: blue. Hex color #A69BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BD1 is #59642E. Grayscale: #A4A4A4. Windows color (decimal): -5858351 or 13736870. OLE color: 13736870.

HSL color Cylindrical-coordinate representation of color #A69BD1: hue angle of 252.22º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A69BD1 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166155209-
CMYK0.210.2600.18
HSL252.22º36.99%71.37%-
HSV(B)252.22º25.84%81.96%-
XYZ38.9636.1565.25-
YUV164.44153.14129.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.32%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 209 (82.03% from 255) = 39.43%
R=31.32%
G=29.25%
B=39.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661552090.210.2600.18252.2236.9971.37
HexA69BD1151A012fc2547
Octal246233321253202237445107
Binary1010011010011011110100011010111010010010111111001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69BD1; }

 p { color: rgb(166,155,209); }

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

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

 a { background-color: rgb(166,155,209); }

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

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

 span { border-color: rgb(166,155,209); }

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