#A09AFA

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

Shades of Portage #A09AFA

Tints of Portage #A09AFA

Color information

#A09AFA (or 0xA09AFA) is unknown color: approx Portage. HEX triplet: A0, 9A and FA. RGB value is (160,154,250). Sum of RGB (Red+Green+Blue) = 160+154+250=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #A09AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09AFA is #5F6505. Grayscale: #A6A6A6. Windows color (decimal): -6251782 or 16423584. OLE color: 16423584.

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

Color convert

RGB160154250-
CMYK0.360.3800.02
HSL243.75º90.57%79.22%-
HSV(B)243.75º38.4%98.04%-
XYZ43.3137.4995.4-
YUV166.74174.99123.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.37%
GREEN value IS 154 (60.55% from 255) = 27.30%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=28.37%
G=27.30%
B=44.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601542500.360.3800.02243.7590.5779.22
HexA09AFA242602f45b4f
Octal240232372444602364133117
Binary1010000010011010111110101001001001100101111010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AFA; }

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

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

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

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

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

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

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

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