#A099EB

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

Shades of Wistful #A099EB

Tints of Wistful #A099EB

Color information

#A099EB (or 0xA099EB) is unknown color: approx Wistful. HEX triplet: A0, 99 and EB. RGB value is (160,153,235). Sum of RGB (Red+Green+Blue) = 160+153+235=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #A099EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099EB is #5F6614. Grayscale: #A4A4A4. Windows color (decimal): -6252053 or 15440288. OLE color: 15440288.

HSL color Cylindrical-coordinate representation of color #A099EB: hue angle of 245.12º degrees, saturation: 0.67, 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 #A099EB is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160153235-
CMYK0.320.3500.08
HSL245.12º67.21%76.08%-
HSV(B)245.12º34.89%92.16%-
XYZ40.8836.2583.44-
YUV164.44167.82124.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.20%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 235 (92.19% from 255) = 42.88%
R=29.20%
G=27.92%
B=42.88%

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
Decimal1601532350.320.3500.08245.1267.2176.08
HexA099EB202308f5434c
Octal2402313534043010365103114
Binary101000001001100111101011100000100011010001111010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099EB; }

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

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

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

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

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

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

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

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