#A59DFA

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

Shades of Perano #A59DFA

Tints of Perano #A59DFA

Color information

#A59DFA (or 0xA59DFA) is unknown color: approx Perano. HEX triplet: A5, 9D and FA. RGB value is (165,157,250). Sum of RGB (Red+Green+Blue) = 165+157+250=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #A59DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59DFA is #5A6205. Grayscale: #A9A9A9. Windows color (decimal): -5923334 or 16424357. OLE color: 16424357.

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

Color convert

RGB165157250-
CMYK0.340.3700.02
HSL245.16º90.29%79.8%-
HSV(B)245.16º37.2%98.04%-
XYZ44.8339.0295.61-
YUV169.99173.15124.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.85%
GREEN value IS 157 (61.72% from 255) = 27.45%
BLUE value IS 250 (98.05% from 255) = 43.71%
R=28.85%
G=27.45%
B=43.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651572500.340.3700.02245.1690.2979.8
HexA59DFA222502f55a50
Octal245235372424502365132120
Binary1010010110011101111110101000101001010101111010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DFA; }

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

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

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

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

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

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

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

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