#A49DFC

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

Shades of Perano #A49DFC

Tints of Perano #A49DFC

Color information

#A49DFC (or 0xA49DFC) is unknown color: approx Perano. HEX triplet: A4, 9D and FC. RGB value is (164,157,252). Sum of RGB (Red+Green+Blue) = 164+157+252=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #A49DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49DFC is #5B6203. Grayscale: #A9A9A9. Windows color (decimal): -5988868 or 16555428. OLE color: 16555428.

HSL color Cylindrical-coordinate representation of color #A49DFC: hue angle of 244.42º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A49DFC is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164157252-
CMYK0.350.3800.01
HSL244.42º94.06%80.2%-
HSV(B)244.42º37.7%98.82%-
XYZ44.9439.0397.26-
YUV169.92174.32123.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.62%
GREEN value IS 157 (61.72% from 255) = 27.40%
BLUE value IS 252 (98.83% from 255) = 43.98%
R=28.62%
G=27.40%
B=43.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1641572520.350.3800.01244.4294.0680.2
HexA49DFC232601f45e50
Octal244235374434601364136120
Binary101001001001110111111100100011100110011111010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DFC; }

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

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

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

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

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

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

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

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