#A097FC

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

Shades of Portage #A097FC

Tints of Portage #A097FC

Color information

#A097FC (or 0xA097FC) is unknown color: approx Portage. HEX triplet: A0, 97 and FC. RGB value is (160,151,252). Sum of RGB (Red+Green+Blue) = 160+151+252=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #A097FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A097FC is #5F6803. Grayscale: #A4A4A4. Windows color (decimal): -6252548 or 16553888. OLE color: 16553888.

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

Color convert

RGB160151252-
CMYK0.370.4000.01
HSL245.35º94.39%79.02%-
HSV(B)245.35º40.08%98.82%-
XYZ43.1336.6496.89-
YUV165.2176.98124.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.42%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 252 (98.83% from 255) = 44.76%
R=28.42%
G=26.82%
B=44.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1601512520.370.4000.01245.3594.3979.02
HexA097FC252801f55e4f
Octal240227374455001365136117
Binary101000001001011111111100100101101000011111010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A097FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A097FC; }

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

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

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

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

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

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

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

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