#A498EB

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

Shades of Wistful #A498EB

Tints of Wistful #A498EB

Color information

#A498EB (or 0xA498EB) is unknown color: approx Wistful. HEX triplet: A4, 98 and EB. RGB value is (164,152,235). Sum of RGB (Red+Green+Blue) = 164+152+235=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #A498EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A498EB is #5B6714. Grayscale: #A4A4A4. Windows color (decimal): -5990165 or 15440036. OLE color: 15440036.

HSL color Cylindrical-coordinate representation of color #A498EB: hue angle of 248.67º degrees, saturation: 0.67, 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 #A498EB is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164152235-
CMYK0.300.3500.08
HSL248.67º67.48%75.88%-
HSV(B)248.67º35.32%92.16%-
XYZ41.5336.3583.42-
YUV165.05167.48127.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.76%
GREEN value IS 152 (59.77% from 255) = 27.59%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=29.76%
G=27.59%
B=42.65%

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
Decimal1641522350.300.3500.08248.6767.4875.88
HexA498EB1E2308f9434c
Octal2442303533643010371103114
Binary10100100100110001110101111110100011010001111100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A498EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A498EB; }

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

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

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

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

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

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

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

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