#A09DD1

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

Shades of Wistful #A09DD1

Tints of Wistful #A09DD1

Color information

#A09DD1 (or 0xA09DD1) is unknown color: approx Wistful. HEX triplet: A0, 9D and D1. RGB value is (160,157,209). Sum of RGB (Red+Green+Blue) = 160+157+209=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 209 - color contains mainly: blue. Hex color #A09DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DD1 is #5F622E. Grayscale: #A3A3A3. Windows color (decimal): -6251055 or 13737376. OLE color: 13737376.

HSL color Cylindrical-coordinate representation of color #A09DD1: hue angle of 243.46º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A09DD1 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160157209-
CMYK0.230.2500.18
HSL243.46º36.11%71.76%-
HSV(B)243.46º24.88%81.96%-
XYZ38.0636.1965.3-
YUV163.82153.49125.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.42%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 209 (82.03% from 255) = 39.73%
R=30.42%
G=29.85%
B=39.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601572090.230.2500.18243.4636.1171.76
HexA09DD11719012f32448
Octal240235321273102236344110
Binary1010000010011101110100011011111001010010111100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09DD1; }

 p { color: rgb(160,157,209); }

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

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

 a { background-color: rgb(160,157,209); }

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

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

 span { border-color: rgb(160,157,209); }

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