#A498DE

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

Shades of Wistful #A498DE

Tints of Wistful #A498DE

Color information

#A498DE (or 0xA498DE) is unknown color: approx Wistful. HEX triplet: A4, 98 and DE. RGB value is (164,152,222). Sum of RGB (Red+Green+Blue) = 164+152+222=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #A498DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498DE is #5B6721. Grayscale: #A3A3A3. Windows color (decimal): -5990178 or 14588068. OLE color: 14588068.

HSL color Cylindrical-coordinate representation of color #A498DE: hue angle of 250.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A498DE is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164152222-
CMYK0.260.3200.13
HSL250.29º51.47%73.33%-
HSV(B)250.29º31.53%87.06%-
XYZ39.7235.6273.89-
YUV163.57160.98128.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.48%
GREEN value IS 152 (59.77% from 255) = 28.25%
BLUE value IS 222 (87.11% from 255) = 41.26%
R=30.48%
G=28.25%
B=41.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641522220.260.3200.13250.2951.4773.33
HexA498DE1A200Dfa3349
Octal244230336324001537263111
Binary1010010010011000110111101101010000001101111110101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A498DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A498DE; }

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

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

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

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

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

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

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

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