#A298C4

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

Shades of Wistful #A298C4

Tints of Wistful #A298C4

Color information

#A298C4 (or 0xA298C4) is unknown color: approx Wistful. HEX triplet: A2, 98 and C4. RGB value is (162,152,196). Sum of RGB (Red+Green+Blue) = 162+152+196=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 196 - color contains mainly: blue. Hex color #A298C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298C4 is #5D673B. Grayscale: #9F9F9F. Windows color (decimal): -6121276 or 12884130. OLE color: 12884130.

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

Color convert

RGB162152196-
CMYK0.170.2200.23
HSL253.64º27.16%68.24%-
HSV(B)253.64º22.45%76.86%-
XYZ36.0934.1256.91-
YUV160.01148.31129.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 196 (76.95% from 255) = 38.43%
R=31.76%
G=29.80%
B=38.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621521960.170.2200.23253.6427.1668.24
HexA298C41116017fe1b44
Octal242230304212602737633104
Binary101000101001100011000100100011011001011111111110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298C4; }

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

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

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

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

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

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

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

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