#A298EC

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

Shades of Wistful #A298EC

Tints of Wistful #A298EC

Color information

#A298EC (or 0xA298EC) is unknown color: approx Wistful. HEX triplet: A2, 98 and EC. RGB value is (162,152,236). Sum of RGB (Red+Green+Blue) = 162+152+236=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #A298EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A298EC is #5D6713. Grayscale: #A4A4A4. Windows color (decimal): -6121236 or 15505570. OLE color: 15505570.

HSL color Cylindrical-coordinate representation of color #A298EC: hue angle of 247.14º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A298EC is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162152236-
CMYK0.310.3600.07
HSL247.14º68.85%76.08%-
HSV(B)247.14º35.59%92.55%-
XYZ41.2736.1984.17-
YUV164.57168.31126.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.45%
GREEN value IS 152 (59.77% from 255) = 27.64%
BLUE value IS 236 (92.58% from 255) = 42.91%
R=29.45%
G=27.64%
B=42.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621522360.310.3600.07247.1468.8576.08
HexA298EC1F2407f7454c
Octal242230354374407367105114
Binary1010001010011000111011001111110010001111111011110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298EC; }

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

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

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

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

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

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

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

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