#A59CFE

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

Shades of Perano #A59CFE

Tints of Perano #A59CFE

Color information

#A59CFE (or 0xA59CFE) is unknown color: approx Perano. HEX triplet: A5, 9C and FE. RGB value is (165,156,254). Sum of RGB (Red+Green+Blue) = 165+156+254=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #A59CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59CFE is #5A6301. Grayscale: #A9A9A9. Windows color (decimal): -5923586 or 16686245. OLE color: 16686245.

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

Color convert

RGB165156254-
CMYK0.350.3900.00
HSL245.51º98%80.39%-
HSV(B)245.51º38.58%99.61%-
XYZ45.2938.9398.89-
YUV169.86175.48124.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.70%
GREEN value IS 156 (61.33% from 255) = 27.13%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=28.70%
G=27.13%
B=44.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1651562540.350.3900.00245.519880.39
HexA59CFE232700f66250
Octal245234376434700366142120
Binary101001011001110011111110100011100111001111011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CFE; }

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

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

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

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

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

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

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

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