#A099FC

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

Shades of Portage #A099FC

Tints of Portage #A099FC

Color information

#A099FC (or 0xA099FC) is unknown color: approx Portage. HEX triplet: A0, 99 and FC. RGB value is (160,153,252). Sum of RGB (Red+Green+Blue) = 160+153+252=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #A099FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099FC is #5F6603. Grayscale: #A5A5A5. Windows color (decimal): -6252036 or 16554400. OLE color: 16554400.

HSL color Cylindrical-coordinate representation of color #A099FC: hue angle of 244.24º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A099FC is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB160153252-
CMYK0.370.3900.01
HSL244.24º94.29%79.41%-
HSV(B)244.24º39.29%98.82%-
XYZ43.4637.2897-
YUV166.38176.32123.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.32%
GREEN value IS 153 (60.16% from 255) = 27.08%
BLUE value IS 252 (98.83% from 255) = 44.60%
R=28.32%
G=27.08%
B=44.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1601532520.370.3900.01244.2494.2979.41
HexA099FC252701f45e4f
Octal240231374454701364136117
Binary101000001001100111111100100101100111011111010010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A099FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A099FC; }

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

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

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

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

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

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

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

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