#A49DFA

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

Shades of Perano #A49DFA

Tints of Perano #A49DFA

Color information

#A49DFA (or 0xA49DFA) is unknown color: approx Perano. HEX triplet: A4, 9D and FA. RGB value is (164,157,250). Sum of RGB (Red+Green+Blue) = 164+157+250=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 157 (61.72% from 255 or 27.50% 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 #A49DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49DFA is #5B6205. Grayscale: #A9A9A9. Windows color (decimal): -5988870 or 16424356. OLE color: 16424356.

HSL color Cylindrical-coordinate representation of color #A49DFA: hue angle of 244.52º 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 #A49DFA is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164157250-
CMYK0.340.3700.02
HSL244.52º90.29%79.8%-
HSV(B)244.52º37.2%98.04%-
XYZ44.6238.9195.6-
YUV169.7173.32123.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.72%
GREEN value IS 157 (61.72% from 255) = 27.50%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=28.72%
G=27.50%
B=43.78%

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
Decimal1641572500.340.3700.02244.5290.2979.8
HexA49DFA222502f55a50
Octal244235372424502365132120
Binary1010010010011101111110101000101001010101111010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DFA; }

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

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

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

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

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

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

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

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