#A299C9

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

Shades of Wistful #A299C9

Tints of Wistful #A299C9

Color information

#A299C9 (or 0xA299C9) is unknown color: approx Wistful. HEX triplet: A2, 99 and C9. RGB value is (162,153,201). Sum of RGB (Red+Green+Blue) = 162+153+201=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 201 - color contains mainly: blue. Hex color #A299C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299C9 is #5D6636. Grayscale: #A0A0A0. Windows color (decimal): -6121015 or 13212066. OLE color: 13212066.

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

Color convert

RGB162153201-
CMYK0.190.2400.21
HSL251.25º30.77%69.41%-
HSV(B)251.25º23.88%78.82%-
XYZ36.8334.6860.01-
YUV161.16150.48128.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.40%
GREEN value IS 153 (60.16% from 255) = 29.65%
BLUE value IS 201 (78.91% from 255) = 38.95%
R=31.40%
G=29.65%
B=38.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621532010.190.2400.21251.2530.7769.41
HexA299C91318015fb1f45
Octal242231311233002537337105
Binary101000101001100111001001100111100001010111111011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299C9; }

 p { color: rgb(162,153,201); }

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

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

 a { background-color: rgb(162,153,201); }

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

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

 span { border-color: rgb(162,153,201); }

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