#A099C0

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

Shades of Wistful #A099C0

Tints of Wistful #A099C0

Color information

#A099C0 (or 0xA099C0) is unknown color: approx Wistful. HEX triplet: A0, 99 and C0. RGB value is (160,153,192). Sum of RGB (Red+Green+Blue) = 160+153+192=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 192 - color contains mainly: blue. Hex color #A099C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099C0 is #5F663F. Grayscale: #9F9F9F. Windows color (decimal): -6252096 or 12622240. OLE color: 12622240.

HSL color Cylindrical-coordinate representation of color #A099C0: hue angle of 250.77º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A099C0 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160153192-
CMYK0.170.2000.25
HSL250.77º23.64%67.65%-
HSV(B)250.77º20.31%75.29%-
XYZ35.434.0654.58-
YUV159.54146.32128.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.68%
GREEN value IS 153 (60.16% from 255) = 30.30%
BLUE value IS 192 (75.39% from 255) = 38.02%
R=31.68%
G=30.30%
B=38.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601531920.170.2000.25250.7723.6467.65
HexA099C01114019fb1844
Octal240231300212403137330104
Binary101000001001100111000000100011010001100111111011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099C0; }

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

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

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

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

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

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

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

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