#A298F9

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

Shades of Wistful #A298F9

Tints of Wistful #A298F9

Color information

#A298F9 (or 0xA298F9) is unknown color: approx Wistful. HEX triplet: A2, 98 and F9. RGB value is (162,152,249). Sum of RGB (Red+Green+Blue) = 162+152+249=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #A298F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A298F9 is #5D6706. Grayscale: #A5A5A5. Windows color (decimal): -6121223 or 16357538. OLE color: 16357538.

HSL color Cylindrical-coordinate representation of color #A298F9: hue angle of 246.19º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A298F9 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162152249-
CMYK0.350.3900.02
HSL246.19º88.99%78.63%-
HSV(B)246.19º38.96%97.65%-
XYZ43.2336.9894.48-
YUV166.05174.81125.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.77%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 249 (97.66% from 255) = 44.23%
R=28.77%
G=27.00%
B=44.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621522490.350.3900.02246.1988.9978.63
HexA298F9232702f6594f
Octal242230371434702366131117
Binary1010001010011000111110011000111001110101111011010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298F9; }

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

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

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

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

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

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

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

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