#A498EA

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

Shades of Wistful #A498EA

Tints of Wistful #A498EA

Color information

#A498EA (or 0xA498EA) is unknown color: approx Wistful. HEX triplet: A4, 98 and EA. RGB value is (164,152,234). Sum of RGB (Red+Green+Blue) = 164+152+234=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #A498EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A498EA is #5B6715. Grayscale: #A4A4A4. Windows color (decimal): -5990166 or 15374500. OLE color: 15374500.

HSL color Cylindrical-coordinate representation of color #A498EA: hue angle of 248.78º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A498EA is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164152234-
CMYK0.300.3500.08
HSL248.78º66.13%75.69%-
HSV(B)248.78º35.04%91.76%-
XYZ41.3936.2982.67-
YUV164.94166.98127.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.82%
GREEN value IS 152 (59.77% from 255) = 27.64%
BLUE value IS 234 (91.80% from 255) = 42.55%
R=29.82%
G=27.64%
B=42.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641522340.300.3500.08248.7866.1375.69
HexA498EA1E2308f9424c
Octal2442303523643010371102114
Binary10100100100110001110101011110100011010001111100110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A498EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A498EA; }

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

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

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

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

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

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

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

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