#A09CC5

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

Shades of Wistful #A09CC5

Tints of Wistful #A09CC5

Color information

#A09CC5 (or 0xA09CC5) is unknown color: approx Wistful. HEX triplet: A0, 9C and C5. RGB value is (160,156,197). Sum of RGB (Red+Green+Blue) = 160+156+197=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 197 - color contains mainly: blue. Hex color #A09CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CC5 is #5F633A. Grayscale: #A1A1A1. Windows color (decimal): -6251323 or 12950688. OLE color: 12950688.

HSL color Cylindrical-coordinate representation of color #A09CC5: hue angle of 245.85º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A09CC5 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB160156197-
CMYK0.190.2100.23
HSL245.85º26.11%69.22%-
HSV(B)245.85º20.81%77.25%-
XYZ36.4635.2857.71-
YUV161.87147.83126.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 156 (61.33% from 255) = 30.41%
BLUE value IS 197 (77.34% from 255) = 38.40%
R=31.19%
G=30.41%
B=38.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601561970.190.2100.23245.8526.1169.22
HexA09CC51315017f61a45
Octal240234305232502736632105
Binary101000001001110011000101100111010101011111110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09CC5; }

 p { color: rgb(160,156,197); }

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

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

 a { background-color: rgb(160,156,197); }

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

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

 span { border-color: rgb(160,156,197); }

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