#A49DF9

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

Shades of Perano #A49DF9

Tints of Perano #A49DF9

Color information

#A49DF9 (or 0xA49DF9) is unknown color: approx Perano. HEX triplet: A4, 9D and F9. RGB value is (164,157,249). Sum of RGB (Red+Green+Blue) = 164+157+249=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #A49DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49DF9 is #5B6206. Grayscale: #A9A9A9. Windows color (decimal): -5988871 or 16358820. OLE color: 16358820.

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

Color convert

RGB164157249-
CMYK0.340.3700.02
HSL244.57º88.46%79.61%-
HSV(B)244.57º36.95%97.65%-
XYZ44.4738.8594.78-
YUV169.58172.82124.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.77%
GREEN value IS 157 (61.72% from 255) = 27.54%
BLUE value IS 249 (97.66% from 255) = 43.68%
R=28.77%
G=27.54%
B=43.68%

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
Decimal1641572490.340.3700.02244.5788.4679.61
HexA49DF9222502f55850
Octal244235371424502365130120
Binary1010010010011101111110011000101001010101111010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DF9; }

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

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

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

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

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

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

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

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