#A498D0

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

Shades of Wistful #A498D0

Tints of Wistful #A498D0

Color information

#A498D0 (or 0xA498D0) is unknown color: approx Wistful. HEX triplet: A4, 98 and D0. RGB value is (164,152,208). Sum of RGB (Red+Green+Blue) = 164+152+208=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #A498D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498D0 is #5B672F. Grayscale: #A1A1A1. Windows color (decimal): -5990192 or 13670564. OLE color: 13670564.

HSL color Cylindrical-coordinate representation of color #A498D0: hue angle of 252.86º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A498D0 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB164152208-
CMYK0.210.2700.18
HSL252.86º37.33%70.59%-
HSV(B)252.86º26.92%81.57%-
XYZ37.9234.964.41-
YUV161.97153.98129.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 152 (59.77% from 255) = 29.01%
BLUE value IS 208 (81.64% from 255) = 39.69%
R=31.30%
G=29.01%
B=39.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641522080.210.2700.18252.8637.3370.59
HexA498D0151B012fd2547
Octal244230320253302237545107
Binary1010010010011000110100001010111011010010111111011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A498D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A498D0; }

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

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

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

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

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

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

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

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