#A098ED

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

Shades of Wistful #A098ED

Tints of Wistful #A098ED

Color information

#A098ED (or 0xA098ED) is unknown color: approx Wistful. HEX triplet: A0, 98 and ED. RGB value is (160,152,237). Sum of RGB (Red+Green+Blue) = 160+152+237=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #A098ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A098ED is #5F6712. Grayscale: #A3A3A3. Windows color (decimal): -6252307 or 15571104. OLE color: 15571104.

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

Color convert

RGB160152237-
CMYK0.320.3600.07
HSL245.65º70.25%76.27%-
HSV(B)245.65º35.86%92.94%-
XYZ41.0136.0484.92-
YUV164.08169.15125.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.14%
GREEN value IS 152 (59.77% from 255) = 27.69%
BLUE value IS 237 (92.97% from 255) = 43.17%
R=29.14%
G=27.69%
B=43.17%

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
Decimal1601522370.320.3600.07245.6570.2576.27
HexA098ED202407f6464c
Octal240230355404407366106114
Binary10100000100110001110110110000010010001111111011010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A098ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A098ED; }

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

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

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

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

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

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

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

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