#A99FCB

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

Shades of Wistful #A99FCB

Tints of Wistful #A99FCB

Color information

#A99FCB (or 0xA99FCB) is unknown color: approx Wistful. HEX triplet: A9, 9F and CB. RGB value is (169,159,203). Sum of RGB (Red+Green+Blue) = 169+159+203=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #A99FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99FCB is #566034. Grayscale: #A6A6A6. Windows color (decimal): -5660725 or 13344681. OLE color: 13344681.

HSL color Cylindrical-coordinate representation of color #A99FCB: hue angle of 253.64º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A99FCB is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169159203-
CMYK0.170.2200.20
HSL253.64º29.73%70.98%-
HSV(B)253.64º21.67%79.61%-
XYZ39.5437.5461.66-
YUV167.01148.31129.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.83%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=31.83%
G=29.94%
B=38.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691592030.170.2200.20253.6429.7370.98
HexA99FCB1116014fe1e47
Octal251237313212602437636107
Binary101010011001111111001011100011011001010011111110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99FCB; }

 p { color: rgb(169,159,203); }

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

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

 a { background-color: rgb(169,159,203); }

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

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

 span { border-color: rgb(169,159,203); }

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