#A09FFA

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

Shades of Perano #A09FFA

Tints of Perano #A09FFA

Color information

#A09FFA (or 0xA09FFA) is unknown color: approx Perano. HEX triplet: A0, 9F and FA. RGB value is (160,159,250). Sum of RGB (Red+Green+Blue) = 160+159+250=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #A09FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09FFA is #5F6005. Grayscale: #A9A9A9. Windows color (decimal): -6250502 or 16424864. OLE color: 16424864.

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

Color convert

RGB160159250-
CMYK0.360.3600.02
HSL240.66º90.1%80.2%-
HSV(B)240.66º36.4%98.04%-
XYZ44.1539.1795.68-
YUV169.67173.33121.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.12%
GREEN value IS 159 (62.5% from 255) = 27.94%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=28.12%
G=27.94%
B=43.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601592500.360.3600.02240.6690.180.2
HexA09FFA242402f15a50
Octal240237372444402361132120
Binary1010000010011111111110101001001001000101111000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FFA; }

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

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

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

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

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

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

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

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