#A298DF

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

Shades of Wistful #A298DF

Tints of Wistful #A298DF

Color information

#A298DF (or 0xA298DF) is unknown color: approx Wistful. HEX triplet: A2, 98 and DF. RGB value is (162,152,223). Sum of RGB (Red+Green+Blue) = 162+152+223=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #A298DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298DF is #5D6720. Grayscale: #A2A2A2. Windows color (decimal): -6121249 or 14653602. OLE color: 14653602.

HSL color Cylindrical-coordinate representation of color #A298DF: hue angle of 248.45º 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 #A298DF is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162152223-
CMYK0.270.3200.13
HSL248.45º52.59%73.53%-
HSV(B)248.45º31.84%87.45%-
XYZ39.4535.4774.58-
YUV163.08161.81127.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.17%
GREEN value IS 152 (59.77% from 255) = 28.31%
BLUE value IS 223 (87.5% from 255) = 41.53%
R=30.17%
G=28.31%
B=41.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621522230.270.3200.13248.4552.5973.53
HexA298DF1B200Df8354a
Octal242230337334001537065112
Binary1010001010011000110111111101110000001101111110001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298DF; }

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

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

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

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

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

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

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

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