#A59FFF

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

Shades of Perano #A59FFF

Tints of Perano #A59FFF

Color information

#A59FFF (or 0xA59FFF) is unknown color: approx Perano. HEX triplet: A5, 9F and FF. RGB value is (165,159,255). Sum of RGB (Red+Green+Blue) = 165+159+255=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #A59FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59FFF is #5A6000. Grayscale: #ABABAB. Windows color (decimal): -5922817 or 16752549. OLE color: 16752549.

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

Color convert

RGB165159255-
CMYK0.350.3800
HSL243.75º100%81.18%-
HSV(B)243.75º37.65%100%-
XYZ45.9740.0299.91-
YUV171.74174.99123.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.50%
GREEN value IS 159 (62.5% from 255) = 27.46%
BLUE value IS 255 (100% from 255) = 44.04%
R=28.50%
G=27.46%
B=44.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651592550.350.3800243.7510081.18
HexA59FFF232600f46451
Octal245237377434600364144121
Binary101001011001111111111111100011100110001111010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FFF; }

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

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

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

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

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

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

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

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