#A498DF

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

Shades of Wistful #A498DF

Tints of Wistful #A498DF

Color information

#A498DF (or 0xA498DF) is unknown color: approx Wistful. HEX triplet: A4, 98 and DF. RGB value is (164,152,223). Sum of RGB (Red+Green+Blue) = 164+152+223=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #A498DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498DF is #5B6720. Grayscale: #A3A3A3. Windows color (decimal): -5990177 or 14653604. OLE color: 14653604.

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

Color convert

RGB164152223-
CMYK0.260.3200.13
HSL250.14º52.59%73.53%-
HSV(B)250.14º31.84%87.45%-
XYZ39.8635.6874.6-
YUV163.68161.48128.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.43%
GREEN value IS 152 (59.77% from 255) = 28.20%
BLUE value IS 223 (87.5% from 255) = 41.37%
R=30.43%
G=28.20%
B=41.37%

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
Decimal1641522230.260.3200.13250.1452.5973.53
HexA498DF1A200Dfa354a
Octal244230337324001537265112
Binary1010010010011000110111111101010000001101111110101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A498DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A498DF; }

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

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

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

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

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

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

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

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