#A498DA

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

Shades of Wistful #A498DA

Tints of Wistful #A498DA

Color information

#A498DA (or 0xA498DA) is unknown color: approx Wistful. HEX triplet: A4, 98 and DA. RGB value is (164,152,218). Sum of RGB (Red+Green+Blue) = 164+152+218=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #A498DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498DA is #5B6725. Grayscale: #A2A2A2. Windows color (decimal): -5990182 or 14325924. OLE color: 14325924.

HSL color Cylindrical-coordinate representation of color #A498DA: hue angle of 250.91º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A498DA is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164152218-
CMYK0.250.3000.15
HSL250.91º47.14%72.55%-
HSV(B)250.91º30.28%85.49%-
XYZ39.1935.4171.1-
YUV163.11158.98128.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.71%
GREEN value IS 152 (59.77% from 255) = 28.46%
BLUE value IS 218 (85.55% from 255) = 40.82%
R=30.71%
G=28.46%
B=40.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641522180.250.3000.15250.9147.1472.55
HexA498DA191E0Ffb2f49
Octal244230332313601737357111
Binary101001001001100011011010110011111001111111110111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A498DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A498DA; }

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

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

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

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

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

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

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

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