#A298ED

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

Shades of Wistful #A298ED

Tints of Wistful #A298ED

Color information

#A298ED (or 0xA298ED) is unknown color: approx Wistful. HEX triplet: A2, 98 and ED. RGB value is (162,152,237). Sum of RGB (Red+Green+Blue) = 162+152+237=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #A298ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A298ED is #5D6712. Grayscale: #A4A4A4. Windows color (decimal): -6121235 or 15571106. OLE color: 15571106.

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

Color convert

RGB162152237-
CMYK0.320.3600.07
HSL247.06º70.25%76.27%-
HSV(B)247.06º35.86%92.94%-
XYZ41.4136.2584.94-
YUV164.68168.81126.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.40%
GREEN value IS 152 (59.77% from 255) = 27.59%
BLUE value IS 237 (92.97% from 255) = 43.01%
R=29.40%
G=27.59%
B=43.01%

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
Decimal1621522370.320.3600.07247.0670.2576.27
HexA298ED202407f7464c
Octal242230355404407367106114
Binary10100010100110001110110110000010010001111111011110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298ED; }

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

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

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

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

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

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

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

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