#A299C2

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

Shades of Wistful #A299C2

Tints of Wistful #A299C2

Color information

#A299C2 (or 0xA299C2) is unknown color: approx Wistful. HEX triplet: A2, 99 and C2. RGB value is (162,153,194). Sum of RGB (Red+Green+Blue) = 162+153+194=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 194 - color contains mainly: blue. Hex color #A299C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299C2 is #5D663D. Grayscale: #A0A0A0. Windows color (decimal): -6121022 or 12753314. OLE color: 12753314.

HSL color Cylindrical-coordinate representation of color #A299C2: hue angle of 253.17º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A299C2 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB162153194-
CMYK0.160.2100.24
HSL253.17º25.15%68.04%-
HSV(B)253.17º21.13%76.08%-
XYZ36.0334.3655.77-
YUV160.36146.98129.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 194 (76.17% from 255) = 38.11%
R=31.83%
G=30.06%
B=38.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621531940.160.2100.24253.1725.1568.04
HexA299C21015018fd1944
Octal242231302202503037531104
Binary101000101001100111000010100001010101100011111101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299C2; }

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

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

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

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

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

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

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

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