#A099FA

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

Shades of Portage #A099FA

Tints of Portage #A099FA

Color information

#A099FA (or 0xA099FA) is unknown color: approx Portage. HEX triplet: A0, 99 and FA. RGB value is (160,153,250). Sum of RGB (Red+Green+Blue) = 160+153+250=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #A099FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099FA is #5F6605. Grayscale: #A5A5A5. Windows color (decimal): -6252038 or 16423328. OLE color: 16423328.

HSL color Cylindrical-coordinate representation of color #A099FA: hue angle of 244.33º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A099FA is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160153250-
CMYK0.360.3900.02
HSL244.33º90.65%79.02%-
HSV(B)244.33º38.8%98.04%-
XYZ43.1437.1695.34-
YUV166.15175.32123.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.42%
GREEN value IS 153 (60.16% from 255) = 27.18%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=28.42%
G=27.18%
B=44.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601532500.360.3900.02244.3390.6579.02
HexA099FA242702f45b4f
Octal240231372444702364133117
Binary1010000010011001111110101001001001110101111010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099FA; }

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

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

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

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

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

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

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

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