#A49FF5

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

Shades of Perano #A49FF5

Tints of Perano #A49FF5

Color information

#A49FF5 (or 0xA49FF5) is unknown color: approx Perano. HEX triplet: A4, 9F and F5. RGB value is (164,159,245). Sum of RGB (Red+Green+Blue) = 164+159+245=568 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.87% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 245 (96.09% from 255 or 43.13% from 568); Max value from RGB is 245 - color contains mainly: blue. Hex color #A49FF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49FF5 is #5B600A. Grayscale: #A9A9A9. Windows color (decimal): -5988363 or 16097188. OLE color: 16097188.

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

Color convert

RGB164159245-
CMYK0.330.3500.04
HSL243.49º81.13%79.22%-
HSV(B)243.49º35.1%96.08%-
XYZ44.1939.2891.64-
YUV170.3170.16123.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.87%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 245 (96.09% from 255) = 43.13%
R=28.87%
G=27.99%
B=43.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1641592450.330.3500.04243.4981.1379.22
HexA49FF5212304f3514f
Octal244237365414304363121117
Binary10100100100111111111010110000110001101001111001110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FF5; }

 p { color: rgb(164,159,245); }

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

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

 a { background-color: rgb(164,159,245); }

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

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

 span { border-color: rgb(164,159,245); }

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