#A09FCE

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

Shades of Wistful #A09FCE

Tints of Wistful #A09FCE

Color information

#A09FCE (or 0xA09FCE) is unknown color: approx Wistful. HEX triplet: A0, 9F and CE. RGB value is (160,159,206). Sum of RGB (Red+Green+Blue) = 160+159+206=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #A09FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FCE is #5F6031. Grayscale: #A4A4A4. Windows color (decimal): -6250546 or 13541280. OLE color: 13541280.

HSL color Cylindrical-coordinate representation of color #A09FCE: hue angle of 241.28º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A09FCE is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160159206-
CMYK0.220.2300.19
HSL241.28º32.41%71.57%-
HSV(B)241.28º22.82%80.78%-
XYZ38.0436.7363.48-
YUV164.66151.33124.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.48%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=30.48%
G=30.29%
B=39.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601592060.220.2300.19241.2832.4171.57
HexA09FCE1617013f12048
Octal240237316262702336140110
Binary1010000010011111110011101011010111010011111100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FCE; }

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

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

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

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

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

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

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

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