#A498F2

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

Shades of Wistful #A498F2

Tints of Wistful #A498F2

Color information

#A498F2 (or 0xA498F2) is unknown color: approx Wistful. HEX triplet: A4, 98 and F2. RGB value is (164,152,242). Sum of RGB (Red+Green+Blue) = 164+152+242=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #A498F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A498F2 is #5B670D. Grayscale: #A5A5A5. Windows color (decimal): -5990158 or 15898788. OLE color: 15898788.

HSL color Cylindrical-coordinate representation of color #A498F2: hue angle of 248º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A498F2 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164152242-
CMYK0.320.3700.05
HSL248º77.59%77.25%-
HSV(B)248º37.19%94.9%-
XYZ42.5736.7688.86-
YUV165.85170.98126.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.39%
GREEN value IS 152 (59.77% from 255) = 27.24%
BLUE value IS 242 (94.92% from 255) = 43.37%
R=29.39%
G=27.24%
B=43.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641522420.320.3700.0524877.5977.25
HexA498F2202505f84e4d
Octal244230362404505370116115
Binary10100100100110001111001010000010010101011111100010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A498F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A498F2; }

 p { color: rgb(164,152,242); }

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

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

 a { background-color: rgb(164,152,242); }

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

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

 span { border-color: rgb(164,152,242); }

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