#A099EA

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

Shades of Wistful #A099EA

Tints of Wistful #A099EA

Color information

#A099EA (or 0xA099EA) is unknown color: approx Wistful. HEX triplet: A0, 99 and EA. RGB value is (160,153,234). Sum of RGB (Red+Green+Blue) = 160+153+234=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #A099EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099EA is #5F6615. Grayscale: #A4A4A4. Windows color (decimal): -6252054 or 15374752. OLE color: 15374752.

HSL color Cylindrical-coordinate representation of color #A099EA: hue angle of 245.19º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A099EA is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160153234-
CMYK0.320.3500.08
HSL245.19º65.85%75.88%-
HSV(B)245.19º34.62%91.76%-
XYZ40.7436.282.68-
YUV164.33167.32124.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.25%
GREEN value IS 153 (60.16% from 255) = 27.97%
BLUE value IS 234 (91.80% from 255) = 42.78%
R=29.25%
G=27.97%
B=42.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601532340.320.3500.08245.1965.8575.88
HexA099EA202308f5424c
Octal2402313524043010365102114
Binary101000001001100111101010100000100011010001111010110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099EA; }

 p { color: rgb(160,153,234); }

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

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

 a { background-color: rgb(160,153,234); }

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

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

 span { border-color: rgb(160,153,234); }

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