#A09DDC

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

Shades of Wistful #A09DDC

Tints of Wistful #A09DDC

Color information

#A09DDC (or 0xA09DDC) is unknown color: approx Wistful. HEX triplet: A0, 9D and DC. RGB value is (160,157,220). Sum of RGB (Red+Green+Blue) = 160+157+220=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #A09DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DDC is #5F6223. Grayscale: #A4A4A4. Windows color (decimal): -6251044 or 14458272. OLE color: 14458272.

HSL color Cylindrical-coordinate representation of color #A09DDC: hue angle of 242.86º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A09DDC is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160157220-
CMYK0.270.2900.14
HSL242.86º47.37%73.92%-
HSV(B)242.86º28.64%86.27%-
XYZ39.4736.7572.72-
YUV165.08158.99124.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.80%
GREEN value IS 157 (61.72% from 255) = 29.24%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=29.80%
G=29.24%
B=40.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601572200.270.2900.14242.8647.3773.92
HexA09DDC1B1D0Ef32f4a
Octal240235334333501636357112
Binary101000001001110111011100110111110101110111100111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09DDC; }

 p { color: rgb(160,157,220); }

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

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

 a { background-color: rgb(160,157,220); }

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

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

 span { border-color: rgb(160,157,220); }

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