#A09AD0

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

Shades of Wistful #A09AD0

Tints of Wistful #A09AD0

Color information

#A09AD0 (or 0xA09AD0) is unknown color: approx Wistful. HEX triplet: A0, 9A and D0. RGB value is (160,154,208). Sum of RGB (Red+Green+Blue) = 160+154+208=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #A09AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09AD0 is #5F652F. Grayscale: #A1A1A1. Windows color (decimal): -6251824 or 13671072. OLE color: 13671072.

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

Color convert

RGB160154208-
CMYK0.230.2600.18
HSL246.67º36.49%70.98%-
HSV(B)246.67º25.96%81.57%-
XYZ37.4435.1464.48-
YUV161.95153.99126.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.65%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 208 (81.64% from 255) = 39.85%
R=30.65%
G=29.50%
B=39.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601542080.230.2600.18246.6736.4970.98
HexA09AD0171A012f72447
Octal240232320273202236744107
Binary1010000010011010110100001011111010010010111101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AD0; }

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

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

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

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

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

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

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

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