#A299C5

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

Shades of Wistful #A299C5

Tints of Wistful #A299C5

Color information

#A299C5 (or 0xA299C5) is unknown color: approx Wistful. HEX triplet: A2, 99 and C5. RGB value is (162,153,197). Sum of RGB (Red+Green+Blue) = 162+153+197=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 197 - color contains mainly: blue. Hex color #A299C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299C5 is #5D663A. Grayscale: #A0A0A0. Windows color (decimal): -6121019 or 12949922. OLE color: 12949922.

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

Color convert

RGB162153197-
CMYK0.180.2200.23
HSL252.27º27.5%68.63%-
HSV(B)252.27º22.34%77.25%-
XYZ36.3734.557.56-
YUV160.71148.48128.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 197 (77.34% from 255) = 38.48%
R=31.64%
G=29.88%
B=38.48%

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
Decimal1621531970.180.2200.23252.2727.568.63
HexA299C51216017fc1b45
Octal242231305222602737433105
Binary101000101001100111000101100101011001011111111100110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299C5; }

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

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

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

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

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

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

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

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