#A09BD0

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

Shades of Wistful #A09BD0

Tints of Wistful #A09BD0

Color information

#A09BD0 (or 0xA09BD0) is unknown color: approx Wistful. HEX triplet: A0, 9B and D0. RGB value is (160,155,208). Sum of RGB (Red+Green+Blue) = 160+155+208=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #A09BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BD0 is #5F642F. Grayscale: #A2A2A2. Windows color (decimal): -6251568 or 13671328. OLE color: 13671328.

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

Color convert

RGB160155208-
CMYK0.230.2500.18
HSL245.66º36.05%71.18%-
HSV(B)245.66º25.48%81.57%-
XYZ37.635.4764.54-
YUV162.54153.66126.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 155 (60.94% from 255) = 29.64%
BLUE value IS 208 (81.64% from 255) = 39.77%
R=30.59%
G=29.64%
B=39.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601552080.230.2500.18245.6636.0571.18
HexA09BD01719012f62447
Octal240233320273102236644107
Binary1010000010011011110100001011111001010010111101101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09BD0; }

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

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

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

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

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

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

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

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