#A59FFE

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

Shades of Perano #A59FFE

Tints of Perano #A59FFE

Color information

#A59FFE (or 0xA59FFE) is unknown color: approx Perano. HEX triplet: A5, 9F and FE. RGB value is (165,159,254). Sum of RGB (Red+Green+Blue) = 165+159+254=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #A59FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59FFE is #5A6001. Grayscale: #ABABAB. Windows color (decimal): -5922818 or 16687013. OLE color: 16687013.

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

Color convert

RGB165159254-
CMYK0.350.3700.00
HSL243.79º97.94%80.98%-
HSV(B)243.79º37.4%99.61%-
XYZ45.839.9599.06-
YUV171.62174.49123.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.55%
GREEN value IS 159 (62.5% from 255) = 27.51%
BLUE value IS 254 (99.61% from 255) = 43.94%
R=28.55%
G=27.51%
B=43.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1651592540.350.3700.00243.7997.9480.98
HexA59FFE232500f46251
Octal245237376434500364142121
Binary101001011001111111111110100011100101001111010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FFE; }

 p { color: rgb(165,159,254); }

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

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

 a { background-color: rgb(165,159,254); }

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

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

 span { border-color: rgb(165,159,254); }

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