#A099CA

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

Shades of Wistful #A099CA

Tints of Wistful #A099CA

Color information

#A099CA (or 0xA099CA) is unknown color: approx Wistful. HEX triplet: A0, 99 and CA. RGB value is (160,153,202). Sum of RGB (Red+Green+Blue) = 160+153+202=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #A099CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A099CA is #5F6635. Grayscale: #A0A0A0. Windows color (decimal): -6252086 or 13277600. OLE color: 13277600.

HSL color Cylindrical-coordinate representation of color #A099CA: hue angle of 248.57º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A099CA is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160153202-
CMYK0.210.2400.21
HSL248.57º31.61%69.61%-
HSV(B)248.57º24.26%79.22%-
XYZ36.5534.5260.61-
YUV160.68151.32127.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.07%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=31.07%
G=29.71%
B=39.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601532020.210.2400.21248.5731.6169.61
HexA099CA1518015f92046
Octal240231312253002537140106
Binary1010000010011001110010101010111000010101111110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099CA; }

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

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

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

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

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

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

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

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