#A298EE

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

Shades of Wistful #A298EE

Tints of Wistful #A298EE

Color information

#A298EE (or 0xA298EE) is unknown color: approx Wistful. HEX triplet: A2, 98 and EE. RGB value is (162,152,238). Sum of RGB (Red+Green+Blue) = 162+152+238=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #A298EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A298EE is #5D6711. Grayscale: #A4A4A4. Windows color (decimal): -6121234 or 15636642. OLE color: 15636642.

HSL color Cylindrical-coordinate representation of color #A298EE: hue angle of 246.98º degrees, saturation: 0.72, 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 #A298EE is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162152238-
CMYK0.320.3600.07
HSL246.98º71.67%76.47%-
HSV(B)246.98º36.13%93.33%-
XYZ41.5636.3185.71-
YUV164.79169.31126.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.35%
GREEN value IS 152 (59.77% from 255) = 27.54%
BLUE value IS 238 (93.36% from 255) = 43.12%
R=29.35%
G=27.54%
B=43.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621522380.320.3600.07246.9871.6776.47
HexA298EE202407f7484c
Octal242230356404407367110114
Binary10100010100110001110111010000010010001111111011110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298EE; }

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

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

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

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

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

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

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

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