#A299C0

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

Shades of Wistful #A299C0

Tints of Wistful #A299C0

Color information

#A299C0 (or 0xA299C0) is unknown color: approx Wistful. HEX triplet: A2, 99 and C0. RGB value is (162,153,192). Sum of RGB (Red+Green+Blue) = 162+153+192=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: blue. Hex color #A299C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299C0 is #5D663F. Grayscale: #9F9F9F. Windows color (decimal): -6121024 or 12622242. OLE color: 12622242.

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

Color convert

RGB162153192-
CMYK0.160.2000.25
HSL253.85º23.64%67.65%-
HSV(B)253.85º20.31%75.29%-
XYZ35.8134.2754.6-
YUV160.14145.98129.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 192 (75.39% from 255) = 37.87%
R=31.95%
G=30.18%
B=37.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621531920.160.2000.25253.8523.6467.65
HexA299C01014019fe1844
Octal242231300202403137630104
Binary101000101001100111000000100001010001100111111110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299C0; }

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

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

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

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

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

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

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

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