#A59CFA

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

Shades of Perano #A59CFA

Tints of Perano #A59CFA

Color information

#A59CFA (or 0xA59CFA) is unknown color: approx Perano. HEX triplet: A5, 9C and FA. RGB value is (165,156,250). Sum of RGB (Red+Green+Blue) = 165+156+250=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #A59CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59CFA is #5A6305. Grayscale: #A9A9A9. Windows color (decimal): -5923590 or 16424101. OLE color: 16424101.

HSL color Cylindrical-coordinate representation of color #A59CFA: hue angle of 245.74º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A59CFA is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165156250-
CMYK0.340.3800.02
HSL245.74º90.38%79.61%-
HSV(B)245.74º37.6%98.04%-
XYZ44.6638.6895.55-
YUV169.41173.48124.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.90%
GREEN value IS 156 (61.33% from 255) = 27.32%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=28.90%
G=27.32%
B=43.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651562500.340.3800.02245.7490.3879.61
HexA59CFA222602f65a50
Octal245234372424602366132120
Binary1010010110011100111110101000101001100101111011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CFA; }

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

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

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

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

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

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

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

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