#A09AC1

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

Shades of Wistful #A09AC1

Tints of Wistful #A09AC1

Color information

#A09AC1 (or 0xA09AC1) is unknown color: approx Wistful. HEX triplet: A0, 9A and C1. RGB value is (160,154,193). Sum of RGB (Red+Green+Blue) = 160+154+193=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #A09AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09AC1 is #5F653E. Grayscale: #A0A0A0. Windows color (decimal): -6251839 or 12688032. OLE color: 12688032.

HSL color Cylindrical-coordinate representation of color #A09AC1: hue angle of 249.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A09AC1 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160154193-
CMYK0.170.2000.24
HSL249.23º23.93%68.04%-
HSV(B)249.23º20.21%75.69%-
XYZ35.6834.4455.22-
YUV160.24146.49127.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=31.56%
G=30.37%
B=38.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601541930.170.2000.24249.2323.9368.04
HexA09AC11114018f91844
Octal240232301212403037130104
Binary101000001001101011000001100011010001100011111001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AC1; }

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

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

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

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

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

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

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

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