#A09FFB

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

Shades of Perano #A09FFB

Tints of Perano #A09FFB

Color information

#A09FFB (or 0xA09FFB) is unknown color: approx Perano. HEX triplet: A0, 9F and FB. RGB value is (160,159,251). Sum of RGB (Red+Green+Blue) = 160+159+251=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #A09FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09FFB is #5F6004. Grayscale: #A9A9A9. Windows color (decimal): -6250501 or 16490400. OLE color: 16490400.

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

Color convert

RGB160159251-
CMYK0.360.3700.02
HSL240.65º92%80.39%-
HSV(B)240.65º36.65%98.43%-
XYZ44.3139.2396.5-
YUV169.79173.83121.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.07%
GREEN value IS 159 (62.5% from 255) = 27.89%
BLUE value IS 251 (98.44% from 255) = 44.04%
R=28.07%
G=27.89%
B=44.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601592510.360.3700.02240.659280.39
HexA09FFB242502f15c50
Octal240237373444502361134120
Binary1010000010011111111110111001001001010101111000110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FFB; }

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

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

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

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

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

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

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

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