#A09FF0

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

Shades of Perano #A09FF0

Tints of Perano #A09FF0

Color information

#A09FF0 (or 0xA09FF0) is unknown color: approx Perano. HEX triplet: A0, 9F and F0. RGB value is (160,159,240). Sum of RGB (Red+Green+Blue) = 160+159+240=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #A09FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09FF0 is #5F600F. Grayscale: #A8A8A8. Windows color (decimal): -6250512 or 15769504. OLE color: 15769504.

HSL color Cylindrical-coordinate representation of color #A09FF0: hue angle of 240.74º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A09FF0 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB160159240-
CMYK0.330.3400.06
HSL240.74º72.97%78.24%-
HSV(B)240.74º33.75%94.12%-
XYZ42.6238.5687.63-
YUV168.53168.33121.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.62%
GREEN value IS 159 (62.5% from 255) = 28.44%
BLUE value IS 240 (94.14% from 255) = 42.93%
R=28.62%
G=28.44%
B=42.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1601592400.330.3400.06240.7472.9778.24
HexA09FF0212206f1494e
Octal240237360414206361111116
Binary10100000100111111111000010000110001001101111000110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FF0; }

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

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

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

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

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

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

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

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