#A09DE0

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

Shades of Wistful #A09DE0

Tints of Wistful #A09DE0

Color information

#A09DE0 (or 0xA09DE0) is unknown color: approx Wistful. HEX triplet: A0, 9D and E0. RGB value is (160,157,224). Sum of RGB (Red+Green+Blue) = 160+157+224=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #A09DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DE0 is #5F621F. Grayscale: #A5A5A5. Windows color (decimal): -6251040 or 14720416. OLE color: 14720416.

HSL color Cylindrical-coordinate representation of color #A09DE0: hue angle of 242.69º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A09DE0 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB160157224-
CMYK0.290.3000.12
HSL242.69º51.94%74.71%-
HSV(B)242.69º29.91%87.84%-
XYZ40.0136.9775.55-
YUV165.54160.99124.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.57%
GREEN value IS 157 (61.72% from 255) = 29.02%
BLUE value IS 224 (87.89% from 255) = 41.40%
R=29.57%
G=29.02%
B=41.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1601572240.290.3000.12242.6951.9474.71
HexA09DE01D1E0Cf3344b
Octal240235340353601436364113
Binary101000001001110111100000111011111001100111100111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09DE0; }

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

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

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

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

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

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

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

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