#A099DC

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

Shades of Wistful #A099DC

Tints of Wistful #A099DC

Color information

#A099DC (or 0xA099DC) is unknown color: approx Wistful. HEX triplet: A0, 99 and DC. RGB value is (160,153,220). Sum of RGB (Red+Green+Blue) = 160+153+220=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #A099DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099DC is #5F6623. Grayscale: #A2A2A2. Windows color (decimal): -6252068 or 14457248. OLE color: 14457248.

HSL color Cylindrical-coordinate representation of color #A099DC: hue angle of 246.27º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A099DC is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160153220-
CMYK0.270.3000.14
HSL246.27º48.91%73.14%-
HSV(B)246.27º30.45%86.27%-
XYZ38.8135.4272.5-
YUV162.73160.32126.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 153 (60.16% from 255) = 28.71%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=30.02%
G=28.71%
B=41.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601532200.270.3000.14246.2748.9173.14
HexA099DC1B1E0Ef63149
Octal240231334333601636661111
Binary101000001001100111011100110111111001110111101101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099DC; }

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

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

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

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

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

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

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

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