#A49BFC

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

Shades of Perano #A49BFC

Tints of Perano #A49BFC

Color information

#A49BFC (or 0xA49BFC) is unknown color: approx Perano. HEX triplet: A4, 9B and FC. RGB value is (164,155,252). Sum of RGB (Red+Green+Blue) = 164+155+252=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #A49BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49BFC is #5B6403. Grayscale: #A8A8A8. Windows color (decimal): -5989380 or 16554916. OLE color: 16554916.

HSL color Cylindrical-coordinate representation of color #A49BFC: hue angle of 245.57º 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 #A49BFC is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164155252-
CMYK0.350.3800.01
HSL245.57º94.17%79.8%-
HSV(B)245.57º38.49%98.82%-
XYZ44.638.3697.15-
YUV168.75174.98124.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.72%
GREEN value IS 155 (60.94% from 255) = 27.15%
BLUE value IS 252 (98.83% from 255) = 44.13%
R=28.72%
G=27.15%
B=44.13%

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
Decimal1641552520.350.3800.01245.5794.1779.8
HexA49BFC232601f65e50
Octal244233374434601366136120
Binary101001001001101111111100100011100110011111011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BFC; }

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

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

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

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

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

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

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

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