#A498D3

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

Shades of Wistful #A498D3

Tints of Wistful #A498D3

Color information

#A498D3 (or 0xA498D3) is unknown color: approx Wistful. HEX triplet: A4, 98 and D3. RGB value is (164,152,211). Sum of RGB (Red+Green+Blue) = 164+152+211=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 211 - color contains mainly: blue. Hex color #A498D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498D3 is #5B672C. Grayscale: #A2A2A2. Windows color (decimal): -5990189 or 13867172. OLE color: 13867172.

HSL color Cylindrical-coordinate representation of color #A498D3: hue angle of 252.2º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A498D3 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB164152211-
CMYK0.220.2800.17
HSL252.2º40.14%71.18%-
HSV(B)252.2º27.96%82.75%-
XYZ38.335.0566.38-
YUV162.31155.48129.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.12%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 211 (82.81% from 255) = 40.04%
R=31.12%
G=28.84%
B=40.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1641522110.220.2800.17252.240.1471.18
HexA498D3161C011fc2847
Octal244230323263402137450107
Binary1010010010011000110100111011011100010001111111001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A498D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A498D3; }

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

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

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

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

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

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

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

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