#A498DD

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

Shades of Wistful #A498DD

Tints of Wistful #A498DD

Color information

#A498DD (or 0xA498DD) is unknown color: approx Wistful. HEX triplet: A4, 98 and DD. RGB value is (164,152,221). Sum of RGB (Red+Green+Blue) = 164+152+221=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #A498DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498DD is #5B6722. Grayscale: #A3A3A3. Windows color (decimal): -5990179 or 14522532. OLE color: 14522532.

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

Color convert

RGB164152221-
CMYK0.260.3100.13
HSL250.43º50.36%73.14%-
HSV(B)250.43º31.22%86.67%-
XYZ39.5935.5773.19-
YUV163.45160.48128.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.54%
GREEN value IS 152 (59.77% from 255) = 28.31%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=30.54%
G=28.31%
B=41.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641522210.260.3100.13250.4350.3673.14
HexA498DD1A1F0Dfa3249
Octal244230335323701537262111
Binary101001001001100011011101110101111101101111110101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A498DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A498DD; }

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

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

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

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

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

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

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

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