#A09FF1

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

Shades of Perano #A09FF1

Tints of Perano #A09FF1

Color information

#A09FF1 (or 0xA09FF1) is unknown color: approx Perano. HEX triplet: A0, 9F and F1. RGB value is (160,159,241). Sum of RGB (Red+Green+Blue) = 160+159+241=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #A09FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09FF1 is #5F600E. Grayscale: #A8A8A8. Windows color (decimal): -6250511 or 15835040. OLE color: 15835040.

HSL color Cylindrical-coordinate representation of color #A09FF1: hue angle of 240.73º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A09FF1 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160159241-
CMYK0.340.3400.05
HSL240.73º74.55%78.43%-
HSV(B)240.73º34.02%94.51%-
XYZ42.7738.6288.42-
YUV168.65168.83121.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.57%
GREEN value IS 159 (62.5% from 255) = 28.39%
BLUE value IS 241 (94.53% from 255) = 43.04%
R=28.57%
G=28.39%
B=43.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601592410.340.3400.05240.7374.5578.43
HexA09FF1222205f14b4e
Octal240237361424205361113116
Binary10100000100111111111000110001010001001011111000110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FF1; }

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

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

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

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

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

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

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

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