#A099C4

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

Shades of Wistful #A099C4

Tints of Wistful #A099C4

Color information

#A099C4 (or 0xA099C4) is unknown color: approx Wistful. HEX triplet: A0, 99 and C4. RGB value is (160,153,196). Sum of RGB (Red+Green+Blue) = 160+153+196=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #A099C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099C4 is #5F663B. Grayscale: #9F9F9F. Windows color (decimal): -6252092 or 12884384. OLE color: 12884384.

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

Color convert

RGB160153196-
CMYK0.180.2200.23
HSL249.77º26.71%68.43%-
HSV(B)249.77º21.94%76.86%-
XYZ35.8534.2456.94-
YUV159.99148.32128-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 196 (76.95% from 255) = 38.51%
R=31.43%
G=30.06%
B=38.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601531960.180.2200.23249.7726.7168.43
HexA099C41216017fa1b44
Octal240231304222602737233104
Binary101000001001100111000100100101011001011111111010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099C4; }

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

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

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

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

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

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

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

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