#A099D2

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

Shades of Wistful #A099D2

Tints of Wistful #A099D2

Color information

#A099D2 (or 0xA099D2) is unknown color: approx Wistful. HEX triplet: A0, 99 and D2. RGB value is (160,153,210). Sum of RGB (Red+Green+Blue) = 160+153+210=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 210 - color contains mainly: blue. Hex color #A099D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099D2 is #5F662D. Grayscale: #A1A1A1. Windows color (decimal): -6252078 or 13801888. OLE color: 13801888.

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

Color convert

RGB160153210-
CMYK0.240.2700.18
HSL247.37º38.78%71.18%-
HSV(B)247.37º27.14%82.35%-
XYZ37.5234.9165.73-
YUV161.59155.32126.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 210 (82.42% from 255) = 40.15%
R=30.59%
G=29.25%
B=40.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601532100.240.2700.18247.3738.7871.18
HexA099D2181B012f72747
Octal240231322303302236747107
Binary1010000010011001110100101100011011010010111101111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099D2; }

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

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

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

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

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

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

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

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