#A099C3

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

Shades of Wistful #A099C3

Tints of Wistful #A099C3

Color information

#A099C3 (or 0xA099C3) is unknown color: approx Wistful. HEX triplet: A0, 99 and C3. RGB value is (160,153,195). Sum of RGB (Red+Green+Blue) = 160+153+195=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 195 - color contains mainly: blue. Hex color #A099C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099C3 is #5F663C. Grayscale: #9F9F9F. Windows color (decimal): -6252093 or 12818848. OLE color: 12818848.

HSL color Cylindrical-coordinate representation of color #A099C3: hue angle of 250º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A099C3 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160153195-
CMYK0.180.2200.24
HSL250º25.93%68.24%-
HSV(B)250º21.54%76.47%-
XYZ35.7434.256.35-
YUV159.88147.82128.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.50%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 195 (76.56% from 255) = 38.39%
R=31.50%
G=30.12%
B=38.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601531950.180.2200.2425025.9368.24
HexA099C31216018fa1a44
Octal240231303222603037232104
Binary101000001001100111000011100101011001100011111010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099C3; }

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

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

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

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

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

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

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

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