#A099D0

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

Shades of Wistful #A099D0

Tints of Wistful #A099D0

Color information

#A099D0 (or 0xA099D0) is unknown color: approx Wistful. HEX triplet: A0, 99 and D0. RGB value is (160,153,208). Sum of RGB (Red+Green+Blue) = 160+153+208=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #A099D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099D0 is #5F662F. Grayscale: #A1A1A1. Windows color (decimal): -6252080 or 13670816. OLE color: 13670816.

HSL color Cylindrical-coordinate representation of color #A099D0: hue angle of 247.64º degrees, saturation: 0.37, 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 #A099D0 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160153208-
CMYK0.230.2600.18
HSL247.64º36.91%70.78%-
HSV(B)247.64º26.44%81.57%-
XYZ37.2734.8164.43-
YUV161.36154.32127.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 208 (81.64% from 255) = 39.92%
R=30.71%
G=29.37%
B=39.92%

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
Decimal1601532080.230.2600.18247.6436.9170.78
HexA099D0171A012f82547
Octal240231320273202237045107
Binary1010000010011001110100001011111010010010111110001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099D0; }

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

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

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

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

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

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

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

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