#A09ACA

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

Shades of Wistful #A09ACA

Tints of Wistful #A09ACA

Color information

#A09ACA (or 0xA09ACA) is unknown color: approx Wistful. HEX triplet: A0, 9A and CA. RGB value is (160,154,202). Sum of RGB (Red+Green+Blue) = 160+154+202=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #A09ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ACA is #5F6535. Grayscale: #A1A1A1. Windows color (decimal): -6251830 or 13277856. OLE color: 13277856.

HSL color Cylindrical-coordinate representation of color #A09ACA: hue angle of 247.5º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A09ACA is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160154202-
CMYK0.210.2400.21
HSL247.5º31.17%69.8%-
HSV(B)247.5º23.76%79.22%-
XYZ36.7134.8560.67-
YUV161.27150.99127.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.01%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=31.01%
G=29.84%
B=39.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601542020.210.2400.21247.531.1769.8
HexA09ACA1518015f81f46
Octal240232312253002537037106
Binary101000001001101011001010101011100001010111111000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09ACA; }

 p { color: rgb(160,154,202); }

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

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

 a { background-color: rgb(160,154,202); }

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

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

 span { border-color: rgb(160,154,202); }

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