#A298C6

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

Shades of Wistful #A298C6

Tints of Wistful #A298C6

Color information

#A298C6 (or 0xA298C6) is unknown color: approx Wistful. HEX triplet: A2, 98 and C6. RGB value is (162,152,198). Sum of RGB (Red+Green+Blue) = 162+152+198=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #A298C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298C6 is #5D6739. Grayscale: #A0A0A0. Windows color (decimal): -6121274 or 13015202. OLE color: 13015202.

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

Color convert

RGB162152198-
CMYK0.180.2300.22
HSL253.04º28.75%68.63%-
HSV(B)253.04º23.23%77.65%-
XYZ36.3234.2258.12-
YUV160.23149.31129.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 152 (59.77% from 255) = 29.69%
BLUE value IS 198 (77.73% from 255) = 38.67%
R=31.64%
G=29.69%
B=38.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621521980.180.2300.22253.0428.7568.63
HexA298C61217016fd1d45
Octal242230306222702637535105
Binary101000101001100011000110100101011101011011111101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298C6; }

 p { color: rgb(162,152,198); }

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

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

 a { background-color: rgb(162,152,198); }

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

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

 span { border-color: rgb(162,152,198); }

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