#A49DFB

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

Shades of Perano #A49DFB

Tints of Perano #A49DFB

Color information

#A49DFB (or 0xA49DFB) is unknown color: approx Perano. HEX triplet: A4, 9D and FB. RGB value is (164,157,251). Sum of RGB (Red+Green+Blue) = 164+157+251=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #A49DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49DFB is #5B6204. Grayscale: #A9A9A9. Windows color (decimal): -5988869 or 16489892. OLE color: 16489892.

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

Color convert

RGB164157251-
CMYK0.350.3700.02
HSL244.47º92.16%80%-
HSV(B)244.47º37.45%98.43%-
XYZ44.7838.9796.43-
YUV169.81173.82123.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.67%
GREEN value IS 157 (61.72% from 255) = 27.45%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=28.67%
G=27.45%
B=43.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641572510.350.3700.02244.4792.1680
HexA49DFB232502f45c50
Octal244235373434502364134120
Binary1010010010011101111110111000111001010101111010010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DFB; }

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

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

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

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

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

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

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

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