#A09FFD

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

Shades of Perano #A09FFD

Tints of Perano #A09FFD

Color information

#A09FFD (or 0xA09FFD) is unknown color: approx Perano. HEX triplet: A0, 9F and FD. RGB value is (160,159,253). Sum of RGB (Red+Green+Blue) = 160+159+253=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #A09FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09FFD is #5F6002. Grayscale: #A9A9A9. Windows color (decimal): -6250499 or 16621472. OLE color: 16621472.

HSL color Cylindrical-coordinate representation of color #A09FFD: hue angle of 240.64º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A09FFD is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB160159253-
CMYK0.370.3700.01
HSL240.64º95.92%80.78%-
HSV(B)240.64º37.15%99.22%-
XYZ44.6239.3698.17-
YUV170.02174.83120.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.97%
GREEN value IS 159 (62.5% from 255) = 27.80%
BLUE value IS 253 (99.22% from 255) = 44.23%
R=27.97%
G=27.80%
B=44.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1601592530.370.3700.01240.6495.9280.78
HexA09FFD252501f16051
Octal240237375454501361140121
Binary101000001001111111111101100101100101011111000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FFD; }

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

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

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

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

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

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

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

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