#A09EFE

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

Shades of Perano #A09EFE

Tints of Perano #A09EFE

Color information

#A09EFE (or 0xA09EFE) is unknown color: approx Perano. HEX triplet: A0, 9E and FE. RGB value is (160,158,254). Sum of RGB (Red+Green+Blue) = 160+158+254=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #A09EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09EFE is #5F6101. Grayscale: #A9A9A9. Windows color (decimal): -6250754 or 16686752. OLE color: 16686752.

HSL color Cylindrical-coordinate representation of color #A09EFE: hue angle of 241.25º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A09EFE is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB160158254-
CMYK0.370.3800.00
HSL241.25º97.96%80.78%-
HSV(B)241.25º37.8%99.61%-
XYZ44.6139.0898.96-
YUV169.54175.66121.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.97%
GREEN value IS 158 (62.11% from 255) = 27.62%
BLUE value IS 254 (99.61% from 255) = 44.41%
R=27.97%
G=27.62%
B=44.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601582540.370.3800.00241.2597.9680.78
HexA09EFE252600f16251
Octal240236376454600361142121
Binary101000001001111011111110100101100110001111000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09EFE; }

 p { color: rgb(160,158,254); }

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

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

 a { background-color: rgb(160,158,254); }

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

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

 span { border-color: rgb(160,158,254); }

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