#A09FD0

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

Shades of Wistful #A09FD0

Tints of Wistful #A09FD0

Color information

#A09FD0 (or 0xA09FD0) is unknown color: approx Wistful. HEX triplet: A0, 9F and D0. RGB value is (160,159,208). Sum of RGB (Red+Green+Blue) = 160+159+208=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #A09FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FD0 is #5F602F. Grayscale: #A4A4A4. Windows color (decimal): -6250544 or 13672352. OLE color: 13672352.

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

Color convert

RGB160159208-
CMYK0.230.2400.18
HSL241.22º34.27%71.96%-
HSV(B)241.22º23.56%81.57%-
XYZ38.2836.8264.76-
YUV164.88152.33124.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.36%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 208 (81.64% from 255) = 39.47%
R=30.36%
G=30.17%
B=39.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601592080.230.2400.18241.2234.2771.96
HexA09FD01718012f12248
Octal240237320273002236142110
Binary1010000010011111110100001011111000010010111100011000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FD0; }

 p { color: rgb(160,159,208); }

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

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

 a { background-color: rgb(160,159,208); }

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

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

 span { border-color: rgb(160,159,208); }

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